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/train_size_predictors.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 outputs/tables/train_size_predictors.tex (limited to 'outputs/tables/train_size_predictors.tex') diff --git a/outputs/tables/train_size_predictors.tex b/outputs/tables/train_size_predictors.tex new file mode 100644 index 0000000..7823d52 --- /dev/null +++ b/outputs/tables/train_size_predictors.tex @@ -0,0 +1,14 @@ +\begin{tabular}{@{}rcccc@{}} +\toprule +\(N\) & Measured & Frozen & Linear & Relin.\ \\ +\midrule +64 & 0.18705 & 0.02544 & 0.00162 & 0.00821 \\ +96 & 0.14843 & 0.02147 & 0.00258 & 0.00565 \\ +128 & 0.11999 & 0.02063 & 0.00189 & 0.00524 \\ +160 & 0.10845 & 0.01745 & 0.00188 & 0.00454 \\ +192 & 0.10477 & 0.01619 & 0.00156 & 0.00424 \\ +224 & 0.09378 & 0.01580 & 0.00235 & 0.00355 \\ +256 & 0.09797 & 0.01559 & 0.00155 & 0.00387 \\ +320 & 0.08948 & 0.01533 & 0.00173 & 0.00365 \\ +\bottomrule +\end{tabular} -- cgit v1.2.3