Commit ec3d26e
#106 concluded, from the band oracle, that the port's grid-4 cliff-elevation
field is wrong at [1500,1500]'s high bands, and handed over "it lives in the
mountains branch of vulcanus_elev". This sweep was run to quantify that. It
refutes it.
Sweeping `cliff_elevation_0` across [700,900] step 5 under the same
collapsed rule turns each placed cell's orientation into one-sided
constraints on its corners - a crossing at L says "this corner > L, that one
< L" - so 41 levels bracket a corner to the step. Only POSITIVE observations
are used, which is what makes it sound: an absent cliff is ambiguous (the
lava/ore rejections drop whole cells) but a present crossing is not, because
`fixImpossibleCellsSweep` only ever writes 0 and the rejections never touch
the edge registers.
- **996 of 998** two-sided brackets contain the port's value, mean bracket
width **5.72**, in the worst region.
- The other two miss by **6.7e-4** - the port sits ON a swept level, where
the strict test yields no observation. The open endpoint, not an error.
- At the disputed-edge corners: **26 of 26** bracketed ones contain it.
So the field is exonerated by direct measurement, and the lattice is
re-confirmed on the way: a wrong sampling site could not put 996 of 998
values inside 5-unit brackets.
**Where #106 went wrong.** It established what the residual is NOT (not
smoothing, not the gate, not the repair, not the rejections, not a boundary
tie) and treated the field as the last man standing - but it never measured
the game's field, only that OUR value sits a median 18.8 from the level.
"Everything else is excluded, so it must be X" is only as good as the list,
and the list was not closed. The lower bound was real; the attribution was
not. Same shape as #88.
What is left: across all 41 levels the game's code is the port's **minus
edges** in **1231 of 1235** disputed cells. The lead is the coverage number
- only 26 of 72 disputed corner slots get a bracket, and 661 of 1,659
corners in range get none, because the game emits nothing beside them. One
chunk at L=790 shows it directly: cell 1634,1706.5 keeps its TIGHT edge
(margin 5.9) and loses its WIDE one (margin 69), and the cell sharing that
wide edge is absent from the game entirely. That points at the
emission/rejection path - stated as a hypothesis, with the control named.
Determinism check: the two fixtures overlap at L=790 and agree 494/494.
Vacuity: shifting the field by 10 fails 3 of the spec's 5 tests.
Item of #84; the issue stays open.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011DckiyMmb4zDPBV8NSyxTg
1 parent c439ca1 commit ec3d26e
5 files changed
Lines changed: 122040 additions & 0 deletions
File tree
- docs/noise
- test
- fixtures
- oracle
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1922 | 1922 | | |
1923 | 1923 | | |
1924 | 1924 | | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
| 1969 | + | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
| 1973 | + | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
| 1980 | + | |
| 1981 | + | |
| 1982 | + | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
219 | 223 | | |
220 | 224 | | |
221 | 225 | | |
| |||
0 commit comments