add method 'create_crossover_function' and 'create_distance_function'

This commit is contained in:
wls2002
2023-05-07 22:16:27 +08:00
parent cec40b254f
commit 47bb593a53
7 changed files with 45 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
"population": {
"fitness_criterion": "max",
"fitness_threshold": 76,
"generation_limit": 1000,
"generation_limit": 100,
"pop_size": 100,
"reset_on_extinction": "False"
},