kigland 94ab8c8a5a fix: remove hardcoded CMA-ES parameter overrides in CLI
The CLI was passing max_generations=10, popsize=4 to optimize(), limiting
the search to only 40 evaluations. This made CMA-ES convergence impossible
in a 1,280-dim PCA space. Now uses class defaults (200 gen × 64 pop).
2026-03-08 15:13:32 +08:00
2026-03-08 01:57:41 +00:00
2026-03-08 09:03:03 +08:00
2026-03-08 01:53:05 +00:00
2026-03-08 09:03:03 +08:00
S
Description
No description provided
GPL-3.0
813 KiB
Languages
Python 100%