From 103a9413d025482f408d758fe6612e2c36cc265a Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Wed, 29 Jul 2026 00:15:44 +0800 Subject: Track legacy operator-study row data; extend generated tables Pulls the training-set-size series, snapshot-location sweep, stress grid, scalar-gain comparison, oracle diagnostic, and derivative-probe rows from the experiment machine, and adds three generated fragments (train size, snapshot location, stress grid) used by the appendix. Co-Authored-By: Claude Fable 5 --- outputs/tables/snapshot_location.tex | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 outputs/tables/snapshot_location.tex (limited to 'outputs/tables/snapshot_location.tex') diff --git a/outputs/tables/snapshot_location.tex b/outputs/tables/snapshot_location.tex new file mode 100644 index 0000000..9383c0a --- /dev/null +++ b/outputs/tables/snapshot_location.tex @@ -0,0 +1,9 @@ +\begin{tabular}{@{}rccccc@{}} +\toprule +\(s\) & \(s/T\) & Frozen & Linear & Relin.\ & Corr.\ \\ +\midrule +5 & 0.1 & 0.02411 & 0.01221 & 0.01713 & 0.98116 \\ +10 & 0.2 & 0.02411 & 0.00902 & 0.01172 & 0.99208 \\ +20 & 0.4 & 0.02411 & 0.00268 & 0.00572 & 0.99897 \\ +\bottomrule +\end{tabular} -- cgit v1.2.3