CASCADE v3.1
Calculus-Adaptive Scale-Calibrated Derivative Engine
5-step pipeline using MOO for k-discovery and edge-finding, with local validation run through pymoo NSGA-II. The same objective wrapper can be sent through GlobalMOO.
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 (MOO)
Use a MOO backend to discover which calculus variant (k-value) is useful for your problem's singularity structure. Local validation uses NSGA-II; GlobalMOO can evaluate the same wrapped objectives. 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 (MOO)
Use MOO to discover the edges of the simulation space - the boundaries of what's achievable before running the focused interior search.
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