Current Progress: After final design presentation

This commit is contained in:
wls2002
2023-06-14 10:20:55 +08:00
parent 2b79f2c903
commit bd421de9ad
6 changed files with 99 additions and 113 deletions

View File

@@ -13,9 +13,9 @@
"neat": {
"population": {
"fitness_criterion": "max",
"fitness_threshold": -1e-2,
"generation_limit": 500,
"pop_size": 5000,
"fitness_threshold": 1e-2,
"generation_limit": 100,
"pop_size": 1000,
"reset_on_extinction": "False"
},
"gene": {