update speciate function

This commit is contained in:
wls2002
2023-07-01 15:13:08 +08:00
parent f6dcb97df8
commit 2a6e958408
2 changed files with 63 additions and 44 deletions

View File

@@ -3,7 +3,7 @@ num_inputs = 2
num_outputs = 1
init_maximum_nodes = 50
init_maximum_connections = 50
init_maximum_species = 10
init_maximum_species = 100
expand_coe = 1.5
pre_expand_threshold = 0.75
forward_way = "pop"
@@ -13,7 +13,7 @@ batch_size = 4
fitness_threshold = 100000
generation_limit = 1000
fitness_criterion = "max"
pop_size = 2000
pop_size = 100
[genome]
compatibility_disjoint = 1.0