perfect! fix all bugs!
This commit is contained in:
@@ -13,16 +13,16 @@ batch_size = 4
|
||||
fitness_threshold = 100000
|
||||
generation_limit = 1000
|
||||
fitness_criterion = "max"
|
||||
pop_size = 100
|
||||
pop_size = 50
|
||||
|
||||
[genome]
|
||||
compatibility_disjoint = 1.0
|
||||
compatibility_weight = 0.5
|
||||
conn_add_prob = 0.5
|
||||
conn_add_prob = 0.4
|
||||
conn_add_trials = 1
|
||||
conn_delete_prob = 0
|
||||
conn_delete_prob = 0.4
|
||||
node_add_prob = 0.2
|
||||
node_delete_prob = 0
|
||||
node_delete_prob = 0.2
|
||||
|
||||
[species]
|
||||
compatibility_threshold = 3.0
|
||||
|
||||
Reference in New Issue
Block a user