try to accelerate the speed of speciate

This commit is contained in:
wls2002
2023-05-08 18:41:19 +08:00
parent 8653f49826
commit ee6bb01eff
4 changed files with 12 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
"basic": {
"num_inputs": 2,
"num_outputs": 1,
"init_maximum_nodes": 20,
"init_maximum_nodes": 30,
"expands_coe": 2
},
"neat": {
@@ -59,7 +59,7 @@
"node_delete_prob": 0.2
},
"species": {
"compatibility_threshold": 2.5,
"compatibility_threshold": 3,
"species_fitness_func": "max",
"max_stagnation": 20,
"species_elitism": 2,