From e7ed10b4cfc0f248412db93c548dc602f963ff7d Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 21 Jul 2026 09:45:26 -0500 Subject: experiments: add exact shallow EP comparison sweep --- RESULTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'RESULTS.md') diff --git a/RESULTS.md b/RESULTS.md index 4e3b001..4e91cc8 100644 --- a/RESULTS.md +++ b/RESULTS.md @@ -170,7 +170,9 @@ within noise (97.13% vs 97.04% last-epoch mean), again with a ~26x wall-time adv `experiments/run.py --mode {bp,dfa,sdil} --dataset {mnist,fmnist,cifar10} --depth D --residual {0,1} --act {tanh,gelu,silu,relu}` Batteries: `experiments/run_v2.sh "" "" `. Canonical local baselines: `experiments/baseline_sweep.sh`; original d1 EP: -`experiments/ep_original_sweep.sh`; EP comparison: `experiments/ep_matched_sweep.sh`. +`experiments/ep_original_sweep.sh`; exact d1 comparison: `experiments/ep_archmatch_sweep.sh`; +canonical d2 comparison: `experiments/ep_depth2_sweep.sh`; near-parameter comparison: +`experiments/ep_matched_sweep.sh`. Audited aggregate tables: `experiments/analyze_verified.py`. Smoke/mechanism checks: `experiments/smoke.py` and `experiments/baseline_smoke.py`. -- cgit v1.2.3