new architecture

This commit is contained in:
wls2002
2024-01-27 00:52:39 +08:00
parent 4efe9a53c1
commit aac41a089d
65 changed files with 1651 additions and 1783 deletions

View File

@@ -12,7 +12,7 @@ def example_conf():
basic=BasicConfig(
seed=42,
fitness_target=10000,
pop_size=1000
pop_size=100
),
neat=NeatConfig(
inputs=27,