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 | |
| 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')
| -rw-r--r-- | outputs/tables/snapshot_location.tex | 9 | ||||
| -rw-r--r-- | outputs/tables/stress_grid.tex | 13 | ||||
| -rw-r--r-- | outputs/tables/train_size_predictors.tex | 14 |
3 files changed, 36 insertions, 0 deletions
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} diff --git a/outputs/tables/stress_grid.tex b/outputs/tables/stress_grid.tex new file mode 100644 index 0000000..2926c7d --- /dev/null +++ b/outputs/tables/stress_grid.tex @@ -0,0 +1,13 @@ +\begin{tabular}{@{}rrrrrcccc@{}} +\toprule +\(d\) & \(w\) & \(T\) & \(s\) & Rows & Frozen MAE & Linear MAE & Relin.\ MAE & Linear corr.\ \\ +\midrule +1 & 64 & 50 & 20 & 40 & 0.00386 & 0.00023 & 0.00116 & 0.99989 \\ +2 & 32 & 50 & 20 & 40 & 0.04711 & 0.00565 & 0.01333 & 0.99408 \\ +2 & 64 & 100 & 40 & 40 & 0.03438 & 0.00265 & 0.00810 & 0.99865 \\ +2 & 64 & 25 & 10 & 40 & 0.02081 & 0.00272 & 0.00508 & 0.99907 \\ +2 & 64 & 50 & 20 & 256 & 0.01849 & 0.00189 & 0.00487 & 0.99885 \\ +2 & 96 & 50 & 20 & 40 & 0.01691 & 0.00179 & 0.00400 & 0.99863 \\ +3 & 64 & 50 & 20 & 40 & 0.05167 & 0.00505 & 0.01245 & 0.99855 \\ +\bottomrule +\end{tabular} 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} |
