diff options
Diffstat (limited to 'LAB_NOTES.md')
| -rw-r--r-- | LAB_NOTES.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/LAB_NOTES.md b/LAB_NOTES.md index 8c0e9d5..e6aa208 100644 --- a/LAB_NOTES.md +++ b/LAB_NOTES.md @@ -562,6 +562,28 @@ orbit lever is unavailable on this corpus. See `NATURAL_RESULTS.md`. +## 2026-08-01: landscape reshaping does not substitute for correlation + +At the natural-data field quality of 0.656, every solver returns chance. +Full-rank spectral initialisation gives 0.0039 against 0.0039 chance, +refinement 0.0078, and a rank-truncation ladder from four to full rank +stays at or below chance throughout. Coarse-to-sharp smoothing is the +standard way to widen basins and thin decoys, and it recovers nothing +here. + +The reading is categorical rather than about this one method. Below the +polynomial threshold the deficit is information the algorithm class +cannot exploit, not a basin it fails to locate, so reshaping has nothing +to work with. Solver-side candidates should therefore wait on the +correlation rather than compete with it, and the only non-correlation +lever still open is population size, since the phase boundary is joint +in the two. + +Compute note: NCSA Delta A40 was brought in for the correlation-raising +battery -- larger backbones and finer segmentation over the same corpus +-- with three array tasks starting immediately against a queue of 810, +9,624 GPU-hours remaining on the account. + ## Current experimental gate The node-level ordering-and-basin gate is passed on VG by content-projected |
