modifying

This commit is contained in:
wls2002
2023-06-27 18:47:47 +08:00
parent ba369db0b2
commit 114ff2b0cc
28 changed files with 451 additions and 123 deletions

View File

@@ -1,10 +1,11 @@
[basic]
num_inputs = 2
num_outputs = 1
init_maximum_nodes = 50
init_maximum_connections = 50
init_maximum_nodes = 200
init_maximum_connections = 200
init_maximum_species = 10
expand_coe = 2.0
expand_coe = 1.5
pre_expand_threshold = 0.75
forward_way = "pop"
batch_size = 4
@@ -12,7 +13,7 @@ batch_size = 4
fitness_threshold = 100000
generation_limit = 100
fitness_criterion = "max"
pop_size = 15000
pop_size = 150
[genome]
compatibility_disjoint = 1.0