modifying
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user