fix: idempotent _run_step (DELETE stale) + checkpoint after gate save

This commit is contained in:
2026-07-16 06:27:38 -04:00
parent efbdeb1647
commit 77fd35830c
3 changed files with 95 additions and 16 deletions
@@ -111,6 +111,7 @@ class _FakeConfig:
diag_size: int = 30
val_size: int = 50
batch_correct_ratio: float = 0.0
trainable_min_units: int = 8
edit_budget_start: int = 6
edit_budget_end: int = 3
early_stop_patience: int = 3