You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P0 (probe-adjudicated):
- #1 process_raw_solution: probe = LATENT (0/79 registry models reorder under MTK 11,
adversarial declaration order preserved) — fixed as convention unification: the
pre-err parameter pass resolves by findfirst against MTK order exactly like the
states loop (identical behavior when orders match); the redundant post-err second
pass is deleted; the seeded-rescue producer's MIXED-convention raw_sol (states
MTK-ordered, params original-ordered) is unified to MTK order.
- #2 _has_trfn checked p_true, but trfn vars are transform-added STATES (live in
ic) — was always false, so multipoint never disabled for transcendental models.
Now checks ic ∪ p_true.
- #3 MP→SP projection fabricated 0.0 for unmapped vars — now NaN (fails the
candidate's ODE solve → err 1e15 → ranked out; the 0.0 solved plausibly).
Same class as the Phase-C data-evaluator fixes.
P1:
- The three multipoint failure catches (template build / combo eval / HC solve) no
longer gate their @warn on opts.diagnostics (maxlog=10) — a systematically
failing multipoint stage was invisible at default verbosity.
- Structural RNG seeded: the QR-pivot draw deciding WHICH unidentifiable parameter
gets fixed; both template rank-probe loops (matching the already-seeded
noise-frontier twin); the terminal direct-opt rescue (hash-derived per problem);
_track_gamma_straight's default rng. fast_core's lone unseeded noisy sampling
seeded (+ using Random).
- Final polish ODE solve guarded (try/catch + polish_ode_maxiters, mirroring the
in-loss solve) — a throwing integrator in the terminal rescue paths no longer
kills the estimation.
Tracker checkboxes updated. Full suite: 755/755 green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments