fix a bug in stagnation

This commit is contained in:
wls2002
2023-07-01 16:55:45 +08:00
parent 2a6e958408
commit eb15ff72fe
4 changed files with 122 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ num_inputs = 2
num_outputs = 1
init_maximum_nodes = 50
init_maximum_connections = 50
init_maximum_species = 100
init_maximum_species = 10
expand_coe = 1.5
pre_expand_threshold = 0.75
forward_way = "pop"