Numerical solvers give you numbers; SES gives you the formula. That's the difference between knowing the answer and understanding the equation.
Why Training Data Is a Crutch
Existing symbolic regression recovers expressions from paired input-output examples—you need measurements of the underlying process first. SES tosses that requirement. It constructs its objective directly from the governing equation plus initial or boundary conditions. No training data, no sampling the solution space. Just the equation itself.
That matters because most scientific equations don't come with clean datasets. You have the PDE that describes fluid flow, not a table of precomputed solutions. SES treats equation solving as an optimization problem over differentiable symbolic models, learning an explicit symbolic form rather than a black-box numerical approximation.
SES: Optimization Over Symbolic Models
The framework formulates the objective so that satisfying the equation and boundary conditions is the only goal. The learned model is expressed in compact symbolic form—think $y = \sin(\omega t + \phi)$ instead of a huge array of floating-point values. That output enables further analysis: differentiation, integration, algebraic manipulation that numeric solutions can't support.
Tested on Algebraic and PDE Systems
The paper evaluates SES on a representative mix: a system of algebraic equations, an equation with transcendental terms, an ordinary differential equation, and partial differential equations under different initial or boundary conditions. Across every setting, SES recovers compact symbolic expressions that match the corresponding analytical solutions. Not approximate, not interpolated—exact symbolic matches.
This won't replace numerical solvers for every nonlinear mess. But for equations where symbolic structure exists but analytical techniques fail, SES opens a path. Write the equation, define the boundary, get back a formula. That's a shift from solving to understanding.
Source: A Data-Free Symbolic Regression Approach for Solving Equations
Domain: arxiv.org
Comments load interactively on the live page.