perfect! fix all bugs!

This commit is contained in:
wls2002
2023-07-01 17:46:01 +08:00
parent eb15ff72fe
commit e711146f41
2 changed files with 19 additions and 11 deletions

View File

@@ -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