mirror of
https://github.com/imbue-bit/OpenClaw-PwnKit.git
synced 2026-08-14 00:58:08 +00:00
2208e255b8f0e6feb1d077bb9cd4819194358e1b
- generations: 20 -> 200 (need at least 200 for high-dim search) - population_size: 8 -> 64 (was far below CMA-ES recommendation) - Add pca_dimensions: 128 for dimensionality reduction - Add use_diagonal_cma: true for sep-CMA-ES variant - Add cache_fitness: true to avoid redundant API calls Previous defaults (popsize=8, gen=20) gave only 160 evaluations, which is ~1% of the theoretical minimum needed for convergence.
Languages
Python
100%