mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Connects three existing SilverSight components: 1. BraidStorm (BraidEigensolid.lean) — 8-strand braid, Sidon labels, chiral crossings σ_i^±1 → 2^8 = 256 configurations per run 2. TreeBraid — tree-organized braid, factorizes via σ_i σ_j = σ_j σ_i (|i-j|≥2), reduces 256 to ~64-128 unique configs 3. COUCH (GCCL.lean couchStable gate) — moving sofa constraint, geometric pre-filter (cheap, O(1) per config) Pipeline: BraidStorm generates → TreeBraid factorizes → COUCH filters geometrically → Sidon filters algebraically (dual quaternion products, no tolerance band). COUCH is the CHEAP filter (geometric). Sidon is the EXPENSIVE filter (algebraic O(n²)). Running COUCH first rejects ~50% of configs, halving the Sidon workload. Final output: ~10-20 structurally meaningful configs per run (from 256 raw). These are where the octagon principle could detect the sofa's chromatic structure from the spectrum. Hutter prize lesson: the batch doesn't COMPRESS 256→1 (conservation law blocks that). It FILTERS 256→10-20 that are both geometrically valid and structurally meaningful. Also adds CHIRAL_BATCH_ENCODING.md (the general framework). |
||
|---|---|---|
| .. | ||
| adversarial_review | ||
| build_logs | ||
| concept_map | ||
| diagrams | ||
| first_principles | ||
| frozen_template | ||
| fundamental_math | ||
| living | ||
| refactor | ||
| research | ||
| reviews | ||
| ARCHITECTURE.md | ||
| CLAIMS_STATUS.md | ||
| cmix_epigenetic_analysis.md | ||
| FIX_DESIGN.md | ||
| generate_porting_candidates.py | ||
| generate_project_map.py | ||
| generate_research_stack_usage_map.py | ||
| GLOSSARY.md | ||
| GLOSSARY_ALLOWLIST.md | ||
| GOORMAGHTIGH_SPECTRAL.md | ||
| gw_compression_honest_result.md | ||
| PROJECT_MAP.json | ||
| PROJECT_MAP.md | ||
| research_stack_usage_graph_thumb.png | ||
| review_findings.md | ||
| SPECTRAL_CODEBOOK_ANALYSIS.md | ||
| SPECTRAL_CODEBOOK_GENERATOR.md | ||
| THEOREM_STACK.md | ||
| weird_machine_conservation_law.md | ||