Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
079021e
Vistas at resolution parity: the handicap was real, and it was recall…
jonfroehlich Aug 18, 2026
20b767e
complementarity.py: any provider, not just Gemini (#126)
jonfroehlich Aug 18, 2026
2d79bb0
complementarity.py: null the complementary set, do not extrapolate on…
jonfroehlich Aug 18, 2026
9d6f8f8
Complementarity at parity: 61% of RampNet-misses recoverable, union s…
jonfroehlich Aug 18, 2026
448512d
cascade_gate.py: is the gated cascade even possible? (#126)
jonfroehlich Aug 18, 2026
dcb9c32
cascade_gate: read floor peaks from op_cache, not the shipped detecti…
jonfroehlich Aug 18, 2026
b7342dc
complementarity: ask it at the operating point we would deploy (#126)
jonfroehlich Aug 18, 2026
4c192ca
cascade_gate: --rampnet-op-threshold, so the gate can be read at 0.30…
jonfroehlich Aug 18, 2026
730baff
Cascade gate: live, but the ceiling is ~19 ramps -- and a third of th…
jonfroehlich Aug 18, 2026
54a98c6
Record the seam exposure: bounded at 1 ramp in 38 (#126, #132)
jonfroehlich Aug 18, 2026
1b634e2
Merge origin/main to take the seam wrap into this branch (#126, #132)
jonfroehlich Sep 3, 2026
a3ebe37
complementarity: one matcher for the cells and the FP counts (#126, #…
jonfroehlich Sep 3, 2026
7e8c9d0
Test the complementarity gate and the cascade gate, and close two sil…
jonfroehlich Sep 3, 2026
70ce265
Vistas parity write-up: correct the 384 column, and say what a clean …
jonfroehlich Sep 3, 2026
d1860e5
complementarity: one partition loop, one radius, and say when the op_…
jonfroehlich Sep 17, 2026
cc2299e
Cascade gate: the "no floor peak" row is a neighbour's shoulder, not …
jonfroehlich Sep 17, 2026
5d0c05e
docs: the private cache behind the A40 Vistas rows cannot be found on…
jonfroehlich Sep 17, 2026
5af6c53
docs: the 15-row is 7 / 4 / 4, and three other corrections from revie…
jonfroehlich Sep 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ analysis_out/op/*
!analysis_out/scoreboard.json
!analysis_out/farfield_forensics.json
!analysis_out/silent_activation.json
# The #126 cascade go/no-go: rampnet's heatmap at the ramps a challenger recovers.
!analysis_out/cascade_gate.json
!analysis_out/cascade_gate_op030.json

# Generated tagging pages live next to their (committed) galleries; regenerate with
# scripts/analysis/make_tagger.py rather than tracking a build artifact.
Expand Down
Loading
Loading