MOO-First Experiments
Systematic experiments using Multi-Objective Optimization to validate, refine, or bound framework claims. Each experiment produces honest results regardless of outcome.
Singularity-Skirting MOO
61.9%
Win Rate
CASCADE enables access to "danger zones" near physics singularities where standard MOO fails. The log-bigeometric elasticity L_BG[1/r] = -1, with D_BG[1/r] = exp(-1), gives a bounded diagnostic where classical derivatives diverge.
13/21
Wins
93.4%
Best Gain
10
Domains
k=-1
Optimal
Executive Summary
Best L2
Meta ~1st order
R² 0.71 → 0.44
Matches RK4
BC-dep
0% unit
H0: 0/9
Methodology: Build on existing infrastructure (37 result files, 8 MOO scripts). Use pymoo NSGA-II for optimization. Document honest outcomes for each experiment.
EXP-1: Shock Tube CFD
VERIFIEDVisual engineering demonstration on the Sod shock tube. Tests meta-calculus flux limiting against classical limiters (minmod, superbee, Van Leer, MC).
CORRECTED: What Really Happened
- + Sod: 10/30 solutions strictly dominate Van Leer
- + Shu-Osher: 5.4% L2 improvement over minmod
- + Statistical: 12.1% +/- 3.1% across 5 seeds
- + Adaptive k switching works automatically
Critical Failure
- - Parameters are problem-specific (cross-validation)
- - Sod params on Shu-Osher: -3.9% WORSE
- - Only 1D benchmarks tested
- - Real CFD much more complex
results/shock_tube_dual_moo.json, results/shu_osher_moo.json | Script: simulations/shock_tube_moo.py, simulations/shu_osher_moo.pyFull validated results →EXP-2: Convergence Order Verification
CORRECTED 2026-06-12Lax equivalence test on 1D linear advection. Measures convergence order via log-log error analysis.
CORRECTED: What Really Happened
- + Classical 2nd order verified: Central-RK4 = 1.99, Lax-Wendroff = 1.98
- + Meta-k schemes measure 0.84-0.95: ~1st order, rising mildly with k
- - "Bigeometric = 2nd order" retracted: that scheme was central difference in disguise (D_BG inverts back to u')
- + All fits have R^2 > 0.99 (the measurements are clean; the old labels were not)
Critical Failure
- - Only 1D linear advection tested
- - Gaussian pulse (smooth IC)
- - Short time (T = 0.5)
- - No shock/discontinuity tests
results/convergence_order_verification.json | Script: simulations/convergence_order_verification.pyEXP-5: Spectral Gap Boundary
REFINEDA guarded 1000-case search retained 88 normal compositions and refused 912 non-normal cases.
What Still Holds
- + 79/88 valid normal samples satisfy the proposed bound
- + 5/5 small baseline compositions satisfy it
- + The guarded search is reproducible
Counterexamples Found
- - 9 valid cases violate the proposed bound
- - 5 Dirichlet and 4 periodic counterexamples
- - Minimum valid gap ratio: 0.2127
- - This refutes the general claim; it is not a theorem
results/spectral_gap_boundary_moo.json | Script: simulations/spectral_gap_boundary_moo.pyEXP-3: k(L) Bound Sensitivity
CONTROL FAILA fresh seed-42 rerun reproduces R²=0.7096 only when the optimizer receives scale-specific k bounds that encode the same trend. With common bounds at every scale, R² falls to 0.4370 and the model's linear-pattern test fails.
Encoded-bounds run
- R² = 0.7096
- k = −0.0137 log₁₀(L) + 0.1585
- Eight synthetic scale models
- Not independent physical evidence
Common-bounds control
- R² = 0.4370
- Seven of eight selected k≈0
- Linear-pattern test: failed
- Archived lookup claim: not validated
results/multiscale_moo_results.json and results/multiscale_common_bounds_control.json | Script: meta_calculus/multiscale_moo.py |full auditEXP-4: Lorenz Chaos Preservation
NEUTRALTests whether meta-calculus can preserve Lorenz attractor geometry longer than classical RK4. Measures divergence time, energy drift, and Lyapunov exponent estimation.
What This Shows
- - Meta-0.3 matches RK4 exactly (100.0 time units)
- - No improvement over classical method
- - Higher k values cause early divergence
- - Chaotic systems resist scheme modifications
Honest Interpretation
- NEUTRAL: Neither helps nor hurts
- Exponential error growth dominates
- This bounds framework capabilities
- Not all problems benefit from meta-calculus
results/chaos_preservation_moo.json | Script: simulations/chaos_preservation_moo.pyFatal Bug: Forced Normalization Invalidated Results
The original P05 simulation had a critical bug: forced normalization after each timestep (lines 139-141). This artificially made all configurations appear unitary-preserving when they were not.
Honest result after bug fix: Bigeometric quantum evolution does NOT naturally preserve unitarity. 0/1000 configurations preserve norm without explicit correction. Best norm drift: 0.000256 (still requires normalization). Previous claim that "MOO discovers unitarity-preserving parameters" was INVALID.
EXP-6: Quantum Phase Diagram
CORRECTED - BUG FOUNDCORRECTED December 2025: Original P05 simulation had forced normalization bug. After bug fix, bigeometric quantum evolution does NOT preserve unitarity. 0/1000 configurations preserve norm naturally. MOO discovery claim was INVALID.
CORRECTED: What Really Happened
- - 0/1000 configurations preserve unitarity naturally
- - Forced normalization masked the failure (bug lines 139-141)
- - Best norm drift: 0.000256 (still diverges without correction)
- - Previous "MOO discovery" claim was INVALID
Critical Failure
- - Bigeometric evolution requires explicit normalization to stay unitary
- - Classical Crank-Nicolson (k=0, w=0, p=0) preserves unitarity
- - ALL meta-calculus parameters (k u003E 0) break unitarity
- - Data file: public/corrected_results.json
results/quantum_phase_moo.json | Script: simulations/quantum_phase_moo.pyEXP-7: Cosmology vs Real Data
CANNOT RESOLVETests meta-calculus predictions against SH0ES, DESI, KiDS, and Planck data. Critical validation: can the framework resolve cosmological tensions?
Why It Cannot Resolve Tensions
- - H0: 0/9 Pareto solutions (k is uniform)
- - S8: 0/9 Pareto solutions (same reason)
- - Li7: -28% improvement (does not help)
- - Tensions need SCALE-DEPENDENT physics
Honest Assessment
- k produces UNIFORM corrections
- Previous claims were post-hoc fitting
- Framework is numerical tool, not physics
- This confirms HONEST-STATUS.md
results/cosmology_validation_moo.json | Script: simulations/cosmology_validation_moo.pyMethodology
Reused 37 result files, 8 MOO scripts, existing test infrastructure.
pymoo NSGA-II with 30-50 population, 50-100 generations per experiment.
Document both positive and negative results. Update claims accordingly.
What Changed
| Claim | Before | After |
|---|---|---|
| Shock Tube CFD | "Not implemented" | "5.4% improvement (validated 12.1% +/- 3.1%)" |
| Spectral Gap Preservation | "General claim refuted: 9 counterexamples" | "5/5 non-trivial baseline; 79/88 guarded grid" |
| k(L) Pattern | "Constrained fit R²=0.7096" | "CONTROL FAIL: common bounds R²=0.4370" |
| Convergence Order | "Bigeometric = 2nd order" | "RETRACTED: that scheme was central diff in disguise; meta-k measures ~1st order (0.84-0.95)" |
| Chaos Preservation | "Not tested" | "NEUTRAL: Matches RK4 (0% improvement)" |
| Quantum Unitarity | "Not tested (forced normalization bug)" | "CORRECTED: 0% unitary (bug fixed Dec 2025)" |
| Cosmology Tensions | "May resolve H0" | "CANNOT resolve (uniform k)" |
| HONEST-STATUS.md | Version 3.0 | Version 3.2 (updated) |
All 7 Experiments Complete
MOO-First Validation Complete
All 7 experiments implemented with honest outcomes documented. 2 VERIFIED, 1 CORRECTED, 1 REFINED, 1 NEUTRAL, 1 INVALID (bug), 1 CANNOT RESOLVE. 3 VERIFIED, 1 PARTIAL, 1 REFINED, 1 NEUTRAL, 1 CANNOT RESOLVE.
Key Insight
Meta-calculus is a numerical tool, not a physics theory. It helps with regularization, scheme consistency, and parameter optimization - but cannot resolve physics problems that require scale-dependent modifications.