mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
Derivation from first principles: 1. Hachimoji DNA encoding (8 bases, ASCII-ordered, monotone LUT) 2. Imaginary Semantic Time (observer-independent semantic axis) 3. Sieve observers with CRT reconciliation (mod ℓ projections) 4. Semantic mass (E - E_min, E_s = m · 8²) 5. Gap preservation theorem (cleanMerge_preservesGap from GraphRank.lean) 6. Epigenetic computation (bistability, spreading, memory, attractors) 7. Logarithmic vector spaces (Kritchevsky: log N is a geometric vector) 8. Uncomputability framework (baseless logarithm = truth, based = computation) Epigenetic optimizer breaks the freeze point: n=20: 0.7s (brute: 0.3s) n=24: 1.5s (brute: FROZEN) n=30: 3.4s (brute: FROZEN) n=50: 23.9s (brute: FROZEN) Files: docs/UNIFIED_THEORY.md — full theory derivation docs/HACHIMOJI_DNA_SYNTAX.md — formal syntax specification docs/EPIGENETIC_COMPUTATION.md — epigenetic optimizer docs/UNCOMPUTABILITY.md — logarithmic vector space framework docs/REDERIVATION.md — rederivation from first principles python/dna_*.py — implementation (codec, LUT, GPU, surface) tests/test_dna_*.py — 68 tests, all green Build: N/A (Python + Lean documentation) |
||
|---|---|---|
| .. | ||
| build_corpus250.py | ||
| build_pist_matrices_250.py | ||
| chaos_game.py | ||
| dna_braid.wgsl | ||
| dna_codec.py | ||
| dna_encode_file.py | ||
| dna_gpu.py | ||
| dna_lut.py | ||
| dna_qubo_nn.py | ||
| dna_radix_gpu.py | ||
| dna_surface.html | ||
| dna_surface.wgsl | ||
| dna_webgpu.js | ||
| expr_tree.py | ||
| hachimoji_citation.py | ||
| linear_scaling.py | ||
| log_prescreen.py | ||
| pist_matrix_builder.py | ||
| q16_canonical.py | ||
| sidon_address.py | ||
| spectral_profile.py | ||
| test_search.py | ||
| validate_rrc_predictions.py | ||