This commit is contained in:
wls2002
2023-05-06 18:33:30 +08:00
parent 73ac1bcfe0
commit 14fed83193
10 changed files with 206 additions and 22 deletions

View File

@@ -10,7 +10,7 @@
"fitness_criterion": "max",
"fitness_threshold": 3,
"generation_limit": 100,
"pop_size": 20,
"pop_size": 100,
"reset_on_extinction": "False"
},
"gene": {
@@ -73,7 +73,7 @@
"node_delete_prob": 0.2
},
"species": {
"compatibility_threshold": 8,
"compatibility_threshold": 3.5,
"species_fitness_func": "max",
"max_stagnation": 20,
"species_elitism": 2,