项目作者: orzinger

项目描述 :
Using Genetic Algorithm to solve 4-color map problem
高级语言: Python
项目地址: git://github.com/orzinger/4-Color-Genetic-Algorithm.git
创建时间: 2020-06-06T11:33:31Z
项目社区:https://github.com/orzinger/4-Color-Genetic-Algorithm

开源协议:

下载


4-Color-Genetic-Algorithm

Using Genetic Algorithm to solve 4-color map problem

Additional - pdf report

Instructions:

python ex2.py -c -p -m

python ex2.py -h (for usage)

-c : crossover % from individual (i.e. -c 20 = 20%)

-p : population (i.e. -p 50)

-m : mutation probability (i.e. -m 0.5)