Modified code, prepare for pmap;

This commit is contained in:
wls2002
2023-07-31 15:11:39 +08:00
parent 86d085abcd
commit 85318f98f3
4 changed files with 2 additions and 89 deletions

View File

@@ -27,8 +27,8 @@ if __name__ == '__main__':
pop_size=10000
),
neat=NeatConfig(
maximum_nodes=50,
maximum_conns=100,
maximum_nodes=20,
maximum_conns=50,
),
gene=NormalGeneConfig()
)