hyper neat
This commit is contained in:
@@ -29,7 +29,8 @@ if __name__ == '__main__':
|
|||||||
neat=NeatConfig(
|
neat=NeatConfig(
|
||||||
maximum_nodes=50,
|
maximum_nodes=50,
|
||||||
maximum_conns=100,
|
maximum_conns=100,
|
||||||
)
|
),
|
||||||
|
gene=NormalGeneConfig()
|
||||||
)
|
)
|
||||||
algorithm = NEAT(config, NormalGene)
|
algorithm = NEAT(config, NormalGene)
|
||||||
pipeline = Pipeline(config, algorithm)
|
pipeline = Pipeline(config, algorithm)
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ if __name__ == '__main__':
|
|||||||
config = Config(
|
config = Config(
|
||||||
basic=BasicConfig(
|
basic=BasicConfig(
|
||||||
fitness_target=3.99999,
|
fitness_target=3.99999,
|
||||||
pop_size=1000
|
pop_size=100
|
||||||
),
|
),
|
||||||
neat=NeatConfig(
|
neat=NeatConfig(
|
||||||
network_type="recurrent",
|
network_type="recurrent",
|
||||||
|
|||||||
Reference in New Issue
Block a user