SciML / OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
https://diffeq.sciml.ai/latest/
Other
521 stars 198 forks source link

Use `DefaultODEAlgorithm` by default #2185

Closed oscardssmith closed 1 month ago

oscardssmith commented 1 month ago

This makes it so the default ODE solver is used by default once https://github.com/SciML/OrdinaryDiffEq.jl/pull/2184. Note that this looks a lot bigger than it should because it is a branch on top of https://github.com/oscardssmith/OrdinaryDiffEq.jl/tree/os/default_solver-v2.

Perhaps surprisingly, this works without making any DifferentialEquations or DiffEqBase changes.

oscardssmith commented 1 month ago

Moved into https://github.com/SciML/OrdinaryDiffEq.jl/pull/2184