hyper neat

This commit is contained in:
wls2002
2023-07-24 19:33:35 +08:00
parent ebad574431
commit dcd7ed27bd
2 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,8 @@ if __name__ == '__main__':
neat=NeatConfig(
maximum_nodes=50,
maximum_conns=100,
)
),
gene=NormalGeneConfig()
)
algorithm = NEAT(config, NormalGene)
pipeline = Pipeline(config, algorithm)