Commit graph

5 commits

Author SHA1 Message Date
4156acf4e8 exp(bosonic): extension v1 experiment with DAG + DB ingestion
Sweeps N=2000,5000,10000 × p=2..10 × K=1000,10000 × 5 seeds = 240 runs.
DAG visualization for pipeline inspection.
Results ingest to bmcte.experiment_runs on neon-64gb.
GPU Ryser for p≥9 via PyTorch CUDA.

Build: 2987 jobs, 0 errors
2026-06-22 02:31:23 -05:00
dfa3edfe04 docs(bosonic): finalize BMCTE v2 trilogy
1. BMCTE_v2_PAPER.md — regime-continuity theorem, entropy invariance
2. SYSTEM_SPEC.md — unified GPU kernel, distributed execution model
3. THEORY_CLOSURE.md — categorical formulation, projection invariance principle

All validated by λ(p) smoothness (0.9822→0.9980) across p=1..6.

Build: 2987 jobs, 0 errors
2026-06-22 01:49:46 -05:00
6ac7415c88 docs(bosonic): finalize BMCTE v2 paper
Publication-grade format with clean theorem statements and empirical results.
Validated by λ(p) smoothness and entropy invariance (p=1..6).

Build: 2987 jobs, 0 errors
2026-06-22 01:45:07 -05:00
539511c24d docs(bosonic): BMCTE v2 trilogy — paper, system, theory
1. BMCTE_v2_PAPER.md — regime-stability theorem, λ(p) smoothness, entropy invariance
2. SYSTEM_SPEC.md — unified GPU kernel design, fused kernel, compiler IR
3. THEORY_CLOSURE.md — categorical framework, projection stability principle, BMCTE class

All validated by bosonic_continuous experiment.

Build: 2987 jobs, 0 errors
2026-06-22 01:40:26 -05:00
93c6b0a691 exp(bosonic): continuous interpolation experiment for regime transition
Testing λ(p) = exp(-p²/N) to remove hard p≥5 regime switch.
- ryser_continuous.py: unified estimator skeleton
- test_lambda_interpolation.py: smooth transition verification

Build: 2987 jobs, 0 errors
2026-06-22 01:19:10 -05:00