CASCADE v3.1
Calculus-Adaptive Scale-Calibrated Derivative Engine
5-step pipeline using GlobalMOO for k-discovery and edge-finding, pymoo for interior optimization
The 5-Step CASCADE Pipeline
CASCADE transforms any physics problem into a form where MOO can explore regions near singularities that classical optimization cannot reach.
Pipeline Steps
Implementation: simulations/utils/cascade.py,meta_calculus/moo_integration.py
Find Optimal k (GlobalMOO)
Use GlobalMOO to discover which calculus variant (k-value) is optimal for your problem's singularity structure. The k-lookup table provides starting points.
Convert Problem to NNC Format
Transform the problem bounds into NNC space using k from Step 1. Frame finding the solution as a multi-objective optimization.
Find Edges (GlobalMOO)
Use GlobalMOO to discover the edges of the simulation space - the boundaries of what's achievable. This is GlobalMOO's unique capability.
Interior Search (pymoo NSGA-II)
Use the defined edges to help a specialized model search for the particular MOO answer within the bounded region.
Convert Back to Regular Math
Transform the NNC solutions back to classical physics coordinates for interpretation.
Interactive Visualization
Implementation Files
Core CASCADE
simulations/utils/cascade.pymeta_calculus/moo_integration.pyDocumentation
docs/THREE-MOO-CASCADE-METHODOLOGY.mdsimulations/CASCADE_QUICK_REFERENCE.md