summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-08-16phase3: task_mode (is_prime), train_frac, lr_decay flags + tests (41 green); ↵Void Agent
Addendum 5 locked; 11-job batch
2026-08-15E2 wd sweep results + analysis + report phase 3Void Agent
2026-08-15E2 wd sweep: 8 jobs (0.01/0.1/0.3/3.0 x both models, seed 0; 1.0 = existing ↵Void Agent
control)
2026-08-15E1 results + analysis + report phase 2Void Agent
2026-08-15speedup: batched eval (46x, sieve-stub verified), run_sweep orchestrator ↵Void Agent
(2-way parallel, idempotent, summaries), E1 jobs; 36 tests
2026-08-14tidy: drop dead --ckpt arg, unused imports/vars; verified report pipeline ↵Void Agent
ad-hoc + 34 suite green
2026-08-14report pipeline: build_report.py (self-contained HTML), eval --runs-dir, ↵Void Agent
plot fix, halting per-input steps
2026-08-14eval: P1 diagnostic prediction-based (flagged set +209), classifier ↵Void Agent
regression suite (10 tests, stub ground truth); 34 tests green
2026-08-14fix codex BLOCKERs: global fixed layout invariance, min_steps off-by-one, ↵Void Agent
integers EOS alias, rerun guard, eval prereg-literal codes + dual-checkpoint honesty; +7 regression tests
2026-08-14rnn: fully-tied cell (read-in+compute+decode), lambda ramp, ACT regression ↵Void Agent
test; design: prior art + review
2026-08-14implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer ↵Void Agent
baseline, train/eval/plot, 16 tests
2026-08-14scaffold: README, LICENSE, design docs (spec + prereg from research repo ↵Void Agent
00c696d)