mirror of
https://github.com/imbue-bit/OpenClaw-PwnKit.git
synced 2026-08-14 00:58:08 +00:00
11a7d3408f9e604560d752aca4d71d3a76b9a58d
Changed threshold from -500.0 to -500.5. The fitness returns -500.0 - (100/nll) on full match, so real matches always score < -500.0. But partial matches with max keyword+substring bonuses (500 total) could theoretically reach -500.0 with very low NLL, causing premature stopping.
Languages
Python
100%