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

@@ -26,7 +26,7 @@ if __name__ == '__main__':
config = Config(
basic=BasicConfig(
fitness_target=3.99999,
pop_size=1000
pop_size=100
),
neat=NeatConfig(
network_type="recurrent",