jgrusewski
70f074658f
fix(hyperopt): restore best checkpoint for RegimeConditional agent before walk-forward
...
serialize_model() saves only the trending (primary) head into a single safetensors
blob. The restore code only handled Standard(DQN) and skipped RegimeConditional
with a warning. This caused walk-forward to always evaluate the final epoch model
instead of the best per-epoch Sharpe checkpoint.
Fix: load the checkpoint directly into primary_head_mut() for the RegimeConditional
variant, matching the serialization path.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 13:59:31 +01:00
..
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-10 10:05:18 +01:00
2026-03-08 15:17:22 +01:00
2026-02-25 11:56:00 +01:00
2026-03-12 01:44:03 +01:00
2026-03-09 12:16:05 +01:00
2026-03-08 15:13:41 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:16:08 +01:00
2026-03-10 10:05:18 +01:00
2026-03-11 23:01:29 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-09 12:16:05 +01:00
2026-03-11 22:00:13 +01:00
2026-02-25 11:56:00 +01:00
2026-03-12 13:59:31 +01:00
2026-03-08 15:13:41 +01:00
2026-03-08 15:16:08 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:16:08 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:16:08 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:13:41 +01:00
2026-03-08 15:16:08 +01:00
2026-03-08 15:16:08 +01:00
2026-03-08 15:16:08 +01:00
2026-03-12 12:24:45 +01:00
2026-03-08 15:17:22 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 15:17:22 +01:00
2026-03-11 22:00:13 +01:00
2026-03-08 15:16:08 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 15:13:41 +01:00
2026-03-04 18:27:42 +01:00
2026-02-25 11:56:00 +01:00
2026-03-04 23:13:25 +01:00
2026-02-25 11:56:00 +01:00
2026-03-09 12:16:05 +01:00
2026-02-25 11:56:00 +01:00
2026-03-08 15:13:41 +01:00
2026-03-10 09:35:36 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-02-25 11:56:00 +01:00
2026-03-03 16:16:07 +01:00
2026-03-05 20:45:13 +01:00
2026-03-02 15:41:23 +01:00
2026-03-01 18:29:43 +01:00
2026-03-12 01:44:03 +01:00