Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.99 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.99 KB

Genetic-City

 ██████╗ ███████╗███╗   ██╗███████╗████████╗██╗ ██████╗     ██████╗██╗████████╗██╗   ██╗
██╔════╝ ██╔════╝████╗  ██║██╔════╝╚══██╔══╝██║██╔════╝    ██╔════╝██║╚══██╔══╝╚██╗ ██╔╝
██║  ███╗█████╗  ██╔██╗ ██║█████╗     ██║   ██║██║         ██║     ██║   ██║    ╚████╔╝
██║   ██║██╔══╝  ██║╚██╗██║██╔══╝     ██║   ██║██║         ██║     ██║   ██║     ╚██╔╝
╚██████╔╝███████╗██║ ╚████║███████╗   ██║   ██║╚██████╗    ╚██████╗██║   ██║      ██║
 ╚═════╝ ╚══════╝╚═╝  ╚═══╝╚══════╝   ╚═╝   ╚═╝ ╚═════╝     ╚═════╝╚═╝   ╚═╝      ╚═╝

Genetic algorithm for city design main algorithm code.

By: Andres Rico - [email protected]
Visitng Student MIT Media Lab - City Science Group

Genetic City is a genetic algorithm implementation for aiding in the design of cities. The algorithm creates and evolves a set of possible cities, evaluates their performance and promotes growth of the best evaluated designs.

The algorithm is under development. The basic functions are available for testing but the evaluation function does not yet represent valid city metrics.

Metrics and work is based on concepts and ideas developed by the City Science Group at the MIT Media Lab.