遗传算法
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"pop_size": 20,
|
||||
"n_gen": 10,
|
||||
"pop_size": 10,
|
||||
"n_gen": 60,
|
||||
"n_var": 12,
|
||||
"bound_min": -5,
|
||||
"bound_max": 5,
|
||||
"cx_prob": 0.5,
|
||||
"cx_prob": 0.8,
|
||||
"mut_prob": 0.2,
|
||||
"cx_alpha": 0.5,
|
||||
"mut_sigma": 0.1,
|
||||
|
||||
Reference in New Issue
Block a user