This commit is contained in:
wls2002
2024-06-02 19:38:48 +08:00
parent e65200a94e
commit a07a3b1cb2
9 changed files with 673 additions and 13 deletions

View File

@@ -39,9 +39,9 @@ if __name__ == "__main__":
),
output_transform=Act.tanh, # the activation function for output node in NEAT
),
pop_size=10000,
pop_size=1000,
species_size=10,
compatibility_threshold=3.5,
compatibility_threshold=2,
survival_threshold=0.03,
),
),