summaryrefslogtreecommitdiff
path: root/ep_run
diff options
context:
space:
mode:
authorYuren Hao <yurenh2@illinois.edu>2026-07-15 18:34:38 -0500
committerYuren Hao <yurenh2@illinois.edu>2026-07-15 18:34:38 -0500
commit90dde02cf7a3c043940f9f6c4bfa99f659e937ea (patch)
tree49a71fd57ee2ee11b1f3a62b917222fd0374a304 /ep_run
parent47941e485f3e19bdccb7190c03422a12e1f2113d (diff)
ERRATUM RESULT 21: original best 3.7117 was @104.8k not @185k — 90k-step wall-1 plateau before the wall-2 blow; figure + deck rebuilt
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn
Diffstat (limited to 'ep_run')
-rw-r--r--ep_run/fig_primer_pack2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ep_run/fig_primer_pack2.py b/ep_run/fig_primer_pack2.py
index d23f9ca..47be501 100644
--- a/ep_run/fig_primer_pack2.py
+++ b/ep_run/fig_primer_pack2.py
@@ -97,8 +97,8 @@ axv.plot(rs / 1000, np.clip(rval, 0, 6.42), color='#999999', lw=0.9, zorder=2)
axv.text(233, 4.32, 'rescue resumes\n(new recipe from 195k / 215k)', fontsize=8, color='#777777', ha='right')
axv.axhline(3.2884, color=GRAY, lw=1.0, ls='--')
axv.text(2, 3.19, 'BP twin final 3.2884', fontsize=8.5, color=GRAY, va='top')
-axv.plot([185], [3.7117], marker='*', ms=14, color=GREEN, zorder=5)
-axv.text(180, 3.50, 'best 3.7117 @185k (never beaten again)', fontsize=8.5, color=GREEN, ha='right')
+axv.plot([104.8], [3.7117], marker='*', ms=14, color=GREEN, zorder=5)
+axv.text(102, 3.52, 'best 3.7117 @105k — never improved again:\n90k healthy steps of plateau before the blow', fontsize=8.5, color=GREEN, ha='left')
axv.annotate('195k: relaxation diverges — val 3.9 → 6.0,\nguard storm (15k step-skips); the same\n$\\beta$ was safe for the previous 135k steps',
xy=(204, 5.95), xytext=(112, 5.62), fontsize=9.5, color=RED,
arrowprops=dict(arrowstyle='-|>', color=RED))