diff options
| author | haoyuren <13851610112@163.com> | 2026-07-29 00:15:44 +0800 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-07-29 00:15:44 +0800 |
| commit | 103a9413d025482f408d758fe6612e2c36cc265a (patch) | |
| tree | 0fa6abe198d97cbfe07bd5271825881e51c6782e /outputs/tables/train_size_predictors.tex | |
| parent | 489da71c7af8304a86ed761359614d71288425cf (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'outputs/tables/train_size_predictors.tex')
| -rw-r--r-- | outputs/tables/train_size_predictors.tex | 14 |
1 files changed, 14 insertions, 0 deletions
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} |
