mirror of
https://github.com/EvoMap/evolver.git
synced 2026-09-18 21:47:53 +08:00
b6f7218037
Adds regression tests covering the loop runtime paths in index.js: - loop-mode non-fatal error handling (line 297 catch block) - should_explore branch execution contract (lines 281-291) - should_explore/intensity consistency contract (idleScheduler.js) Addresses EvoMap/evolver#434