no message

This commit is contained in:
Cricial
2025-12-13 12:44:15 +08:00
parent a6b06735f6
commit 0e52fcb34b
41 changed files with 42682 additions and 34029 deletions

View File

@@ -1,6 +1,6 @@
{
"pop_size": 10,
"n_gen": 5,
"pop_size": 20,
"n_gen": 10,
"n_var": 12,
"bound_min": -5,
"bound_max": 5,
@@ -10,6 +10,6 @@
"mut_sigma": 0.1,
"mut_indpb": 0.2,
"tourn_size": 3,
"n_jobs": 1,
"n_jobs": 4,
"seed": 42
}