mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Adversarial review findings and fixes: - CRITICAL: v3 hash() -> deterministic_seed (SHA-256) for reproducibility - HIGH: EPS 0.05 -> 1e-5 (5 orders too wide) - HIGH: L-corridor jump at t=15->16 (dist 1.0) — smoothed rotation at (0.5,0.5) - HIGH: gerver_like self-intersecting — arcs meet at shared endpoint - MEDIUM: hammersley gap at arc junction — fixed endpoint alignment - MEDIUM/HIGH: gerver_like/hammersley now accept q parameter - LOW: reflect_y -> negate_y rename, dedup rounding consistency - de Grey 1581-vertex graph constructs correctly (verified: 1581 vertices, 7877 edges) - Hoffman bound: λ_max=12.09, λ_min=-7.74, χ≥3 (weak bound, expected) Build: lake build CoreFormalism.CRTSidon (3297 jobs, 0 errors)
14 lines
No EOL
422 B
JSON
14 lines
No EOL
422 B
JSON
{
|
|
"experiment": "hn_hoffman_bound",
|
|
"graph": "degrey",
|
|
"description": "De Grey G (1581 vertices, 7877 edges)",
|
|
"n_vertices": 1581,
|
|
"n_edges": 7877,
|
|
"lambda_max": 12.091766719308,
|
|
"lambda_min": -7.73894638212,
|
|
"hoffman_bound": 2.562456453665,
|
|
"chi_lower_bound": 3,
|
|
"elapsed_s": 0.82,
|
|
"timestamp": "2026-07-04T07:04:29Z",
|
|
"sha256": "9c1bcd282a8d96b68cce8942b71338e346ac5eda9cb34e1decc4d6d26b3c6aa8"
|
|
} |