kigland 11a7d3408f fix: tighten convergence threshold to prevent false-positive early stop
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.
2026-03-08 15:16:28 +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%