NALGMay 11, 2022

Automated differential equation solver based on the parametric approximation optimization

arXiv:2205.05383v16 citationsh-index: 2
Originality Incremental advance
AI Analysis

This is an incremental improvement for researchers and engineers needing automated solvers for differential equations.

The paper tackles the problem of solving a wide class of differential equations without manual parameter tuning by introducing an automated method based on parametric approximation optimization, achieving convergence with lower approximation order but potentially less precision than expert solutions.

The numerical methods for differential equation solution allow obtaining a discrete field that converges towards the solution if the method is applied to the correct problem. Nevertheless, the numerical methods have the restricted class of the equations, on which the convergence with a given parameter set or range is proved. Only a few "cheap and dirty" numerical methods converge on a wide class of equations without parameter tuning with the lower approximation order price. The article presents a method that uses an optimization algorithm to obtain a solution using the parameterized approximation. The result may not be as precise as an expert one. However, it allows solving the wide class of equations in an automated manner without the algorithm's parameters change.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes