Genetic-City

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:2390KB
下载次数:1
上传日期:2022-02-08 19:23:39
上 传 者sh-1993
说明:  遗传城市,遗传城市是一种用于辅助城市设计的遗传算法实现。该算法创建并进化...
(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.)

文件列表:
.DS_Store (8196, 2022-02-09)
Genetic_City (0, 2022-02-09)
Genetic_City\.DS_Store (10244, 2022-02-09)
Genetic_City\__pycache__ (0, 2022-02-09)
Genetic_City\__pycache__\citygenerationfunctions.cpython-38.pyc (2486, 2022-02-09)
Genetic_City\__pycache__\crossfunctions.cpython-36.pyc (526, 2022-02-09)
Genetic_City\__pycache__\crossfunctions.cpython-38.pyc (2694, 2022-02-09)
Genetic_City\__pycache__\evaluator.cpython-36.pyc (637, 2022-02-09)
Genetic_City\__pycache__\evaluator.cpython-38.pyc (4571, 2022-02-09)
Genetic_City\__pycache__\generate_random_city.cpython-36.pyc (461, 2022-02-09)
Genetic_City\__pycache__\mutation_functions.cpython-36.pyc (455, 2022-02-09)
Genetic_City\__pycache__\mutation_functions.cpython-38.pyc (987, 2022-02-09)
Genetic_City\__pycache__\plotting.cpython-38.pyc (5007, 2022-02-09)
Genetic_City\__pycache__\progressbar.cpython-36.pyc (1089, 2022-02-09)
Genetic_City\__pycache__\progressbar.cpython-38.pyc (1127, 2022-02-09)
Genetic_City\__pycache__\progressbar.cpython-39.pyc (1127, 2022-02-09)
Genetic_City\__pycache__\selectionfunctions.cpython-36.pyc (343, 2022-02-09)
Genetic_City\__pycache__\selectionfunctions.cpython-38.pyc (3091, 2022-02-09)
Genetic_City\city2.txt (3600, 2022-02-09)
Genetic_City\city3.txt (3600, 2022-02-09)
Genetic_City\city_mambers.txt (3600, 2022-02-09)
Genetic_City\city_mambers1.txt (3600, 2022-02-09)
Genetic_City\citygenerationfunctions.py (3228, 2022-02-09)
Genetic_City\citygenerationfunctions.pyc (2765, 2022-02-09)
Genetic_City\crossfunctions.py (2975, 2022-02-09)
Genetic_City\crossfunctions.pyc (2940, 2022-02-09)
Genetic_City\evaluator.py (5293, 2022-02-09)
Genetic_City\evaluator.pyc (2871, 2022-02-09)
Genetic_City\generate_random_city.py (2489, 2022-02-09)
Genetic_City\images (0, 2022-02-09)
Genetic_City\images\.DS_Store (10244, 2022-02-09)
Genetic_City\images\black (0, 2022-02-09)
Genetic_City\images\black\block0_0gen0.txt.png (15731, 2022-02-09)
Genetic_City\images\black\block0_0gen1.txt.png (16205, 2022-02-09)
Genetic_City\images\black\block0_0gen2.txt.png (16209, 2022-02-09)
Genetic_City\images\black\block0_0gen3.txt.png (16209, 2022-02-09)
Genetic_City\images\black\block0_0gen4.txt.png (16135, 2022-02-09)
Genetic_City\images\black\block0_0gen5.txt.png (16135, 2022-02-09)
Genetic_City\images\black\block0_0gen6.txt.png (16135, 2022-02-09)
... ...

# Genetic-City ``` ██████╗ ███████╗███╗ ██╗███████╗████████╗██╗ ██████╗ ██████╗██╗████████╗██╗ ██╗ ██╔════╝ ██╔════╝████╗ ██║██╔════╝╚══██╔══╝██║██╔════╝ ██╔════╝██║╚══██╔══╝╚██╗ ██╔╝ ██║ ███╗█████╗ ██╔██╗ ██║█████╗ ██║ ██║██║ ██║ ██║ ██║ ╚████╔╝ ██║ ██║██╔══╝ ██║╚██╗██║██╔══╝ ██║ ██║██║ ██║ ██║ ██║ ╚██╔╝ ╚██████╔╝███████╗██║ ╚████║███████╗ ██║ ██║╚██████╗ ╚██████╗██║ ██║ ██║ ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ Genetic algorithm for city design main algorithm code. By: Andres Rico - aricom@mit.edu 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.

近期下载者

相关文件


收藏者