summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-08-15speedup: batched eval (46x, sieve-stub verified), run_sweep orchestrator (2-w...Void Agent
2026-08-14tidy: drop dead --ckpt arg, unused imports/vars; verified report pipeline ad-...Void Agent
2026-08-14report pipeline: build_report.py (self-contained HTML), eval --runs-dir, plot...Void Agent
2026-08-14eval: P1 diagnostic prediction-based (flagged set +209), classifier regressio...Void Agent
2026-08-14fix codex BLOCKERs: global fixed layout invariance, min_steps off-by-one, int...Void Agent
2026-08-14rnn: fully-tied cell (read-in+compute+decode), lambda ramp, ACT regression te...Void Agent
2026-08-14implement Experiment 1: data pipeline, tied-RNN w/ ACT halting, transformer b...Void Agent