Support the calc_v16/calc_v17 methodology generation in reproduce - #53
Merged
Merged
Conversation
makoshark98
force-pushed
the
newgen-ewma-carried
branch
from
September 15, 2026 00:53
f1176ca to
f5f93c1
Compare
…lc_v17/calc_v16): reproduce votes disclosed cast prices The four public lanes minted a new methodology generation effective 2026-09-14: EWMA vote pre-smoothing (calc.pre_smoothing_half_life_hours, 1 hour) and the fence-reject carry (calc.dynamic_weights.fence_reject_carry), stacked on attendance credit. Track the mints (annex_a_v0_2_calc_v17, annex_a2_v0_3_calc_v17, h100_sxm_v1_calc_v16, h200_sxm_v1_calc_v16) and teach both reproduce modes the new seat law without rerunning the engine's EWMA state: on an armed lane every voting receipt disclosed its exact cast price (smoothed_vote_usd), and the reproduction votes those disclosed casts while the raw print stays evidence. A fence-rejected row carrying the flat carried_vote_from disclosure votes its booked cast at the seat's current fading weight, classifies absent for attendance, and never satisfies the minimum passing panel; a voting row missing the disclosure or carrying an unusable one refuses loudly naming stamp and seat, never a raw-price fallback. Pre-smoothing generations replay byte-identically. The wire shape is pinned cross-repo: tests/fixtures/cross_repo/carried-vote-pin.observation.json is a verbatim production observation (h100_sxm_v1_calc_v16, 2026-09-14T18:30Z) exactly as the index publisher's projector published it; the reproducer lands exactly on the published 3.52045, and a nested carried_vote object is pinned REFUSED. panel_config accepts pre_smoothing_half_life_hours (a number in (0, 2]) and dynamic_weights.fence_reject_carry (strict bool, requires attendance_eta > 0); the unknown-key refusal stays armed around both. The local producer replay refuses smoothing-armed lanes outright: this mirror carries no EWMA vote state, so pricing raw votes under a smoothed methodology_id would be silently wrong. Provider-statistic parameters act upstream of the recorded prints and stay outside reproduction scope. Like the calc_v10 seating commit, this must land WITH the public corpus flip: ./reproduce --collect compares this checkout's methodology_id against the front's current pointer and refuses on mismatch. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Justin Jia <justinyhjia@gmail.com>
makoshark98
force-pushed
the
newgen-ewma-carried
branch
from
September 15, 2026 03:16
f5f93c1 to
199d721
Compare
…og entry Signed-off-by: hobbyistz <293619914+hobbyistz@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for the current methodology generation (H100/H200
calc_v16, B300/B200calc_v17).calc.pre_smoothing_half_life_hoursanddynamic_weights.fence_reject_carry; all other unknown keys are still refused.smoothed_vote_usd) and, for carried votes,carried_vote_fromandcarry_basis. Reproduction votes the disclosed cast price; raw prints remain the evidence record.Tests: 1691 passed; ruff clean; api-compat: no breaking changes.