Files
foxhunt/crates
jgrusewski bb0e1308d5 fix(4branch): backtest single-step kernel uses 4-branch decode — was using old 3-branch
The single-step backtest_env_step kernel still called decode_exposure_index()
and compute_target_position() (old linear 3-branch mapping). Updated to use
decode_direction_4b/decode_magnitude_4b/compute_target_position_4branch.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 19:49:58 +02:00
..