Commit b1d48bc
committed
G3: fast-G2 run shows query speedup is necessary but not sufficient
Exposing G2 search cost as launch args and running coarse (yaw 10 deg, 256 pts) cut
the BBS query from ~23 s to ~4-8 s. Recovery still did not complete: the walk spends
settle_timeout_sec on each earlier candidate, so a near-correct candidate that is not
rank 1 (here rank 3, -107.9/12.0) is published ~20 s after the query and is stale
again. The latency budget that matters is query + rank*settle, not just the query.
Caveat for this run: the one-shot seed publisher lost a transient-local discovery race
at the slower replay rate, so the healthy baseline did not establish; the query-timing
and walk-latency observations stand regardless. Documented in g3_live_closed_loop.md
along with the real levers (cut query hard AND keep truth at rank 1, or motion-compensate
the seed, or scope to low-speed kidnaps) and a harness note to republish the seed.1 parent 958b380 commit b1d48bc
1 file changed
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
0 commit comments