项目作者: orzinger
项目描述 :
Using Genetic Algorithm to solve 4-color map problem
高级语言: Python
项目地址: git://github.com/orzinger/4-Color-Genetic-Algorithm.git
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)