mirror of
https://github.com/imbue-bit/OpenClaw-PwnKit.git
synced 2026-08-14 00:58:08 +00:00
94ab8c8a5aa7f4f86f83ae91976510a26f74c310
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).
Languages
Python
100%