遗传算法

This commit is contained in:
Cricial
2026-03-15 17:15:30 +08:00
parent 03ac80715f
commit a69e272e43
27 changed files with 934 additions and 191 deletions

View File

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