VIOLET V3.3 review: note that extreme MC gate covers boost>2.5/beta=0/mc=0

Reverted a redundant widening of the main MC gate (typical ranges) after confirming
test_gate_mc_extreme_multipliers already bit-identity-tests boost in [1,5], beta in
{0,0.2,0.8,1}, mc in {0,0.5,1}, and the OB agreement boundary (N=200k, exact !=).
Added a cross-reference note. All 6 gates green.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Codex
2026-06-15 18:19:02 +02:00
parent d3431cd18a
commit dc3d0970ad

View File

@@ -448,6 +448,8 @@ def test_gate_mc_bit_identity():
agree = rng.uniform(0.0, 1.0, N) agree = rng.uniform(0.0, 1.0, N)
posture = rng.choice(["APEX", "STALKER", "RESTORED"], N) posture = rng.choice(["APEX", "STALKER", "RESTORED"], N)
capital = rng.uniform(1e4, 1e6, N) capital = rng.uniform(1e4, 1e6, N)
# NOTE: boost>2.5, β∈{0,1}, mc=0, and the OB agreement boundary are covered by
# test_gate_mc_extreme_multipliers (typical-vs-extreme split — verified 2026-06-15).
sz = _sizer() sz = _sizer()
eng = _orch() eng = _orch()