prepare for experiment

This commit is contained in:
wls2002
2023-05-14 15:27:17 +08:00
parent 72c9d4167a
commit 2b79f2c903
11 changed files with 252 additions and 62 deletions

View File

@@ -13,9 +13,9 @@
"neat": {
"population": {
"fitness_criterion": "max",
"fitness_threshold": -0.001,
"generation_limit": 1000,
"pop_size": 1000,
"fitness_threshold": -1e-2,
"generation_limit": 500,
"pop_size": 5000,
"reset_on_extinction": "False"
},
"gene": {
@@ -35,7 +35,7 @@
},
"activation": {
"default": "sigmoid",
"options": "sigmoid",
"options": ["sigmoid"],
"mutate_rate": 0.1
},
"aggregation": {
@@ -58,13 +58,13 @@
"compatibility_disjoint_coefficient": 1.0,
"compatibility_weight_coefficient": 0.5,
"single_structural_mutation": "False",
"conn_add_prob": 0.5,
"conn_add_prob": 0.6,
"conn_delete_prob": 0,
"node_add_prob": 0.2,
"node_add_prob": 0.3,
"node_delete_prob": 0
},
"species": {
"compatibility_threshold": 3,
"compatibility_threshold": 2.5,
"species_fitness_func": "max",
"max_stagnation": 20,
"species_elitism": 2,