update to test in servers

This commit is contained in:
wls2002
2023-05-10 22:33:51 +08:00
parent ce35b01896
commit b271a56827
9 changed files with 112 additions and 34 deletions

View File

@@ -11,9 +11,9 @@
"neat": {
"population": {
"fitness_criterion": "max",
"fitness_threshold": 76,
"generation_limit": 100,
"pop_size": 1000,
"fitness_threshold": -0.001,
"generation_limit": 1000,
"pop_size": 30,
"reset_on_extinction": "False"
},
"gene": {
@@ -33,12 +33,12 @@
},
"activation": {
"default": "sigmoid",
"options": ["sigmoid"],
"options": "sigmoid",
"mutate_rate": 0.1
},
"aggregation": {
"default": "sum",
"options": ["sum"],
"options": "sum",
"mutate_rate": 0.1
},
"weight": {
@@ -57,12 +57,12 @@
"compatibility_weight_coefficient": 0.5,
"single_structural_mutation": "False",
"conn_add_prob": 0.5,
"conn_delete_prob": 0,
"node_add_prob": 0.1,
"node_delete_prob": 0
"conn_delete_prob": 0.5,
"node_add_prob": 0.2,
"node_delete_prob": 0.2
},
"species": {
"compatibility_threshold": 3,
"compatibility_threshold": 2.5,
"species_fitness_func": "max",
"max_stagnation": 20,
"species_elitism": 2,