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

Move extrapolation methods to an add-on library #2240

Closed ChrisRackauckas closed 4 weeks ago

ChrisRackauckas commented 4 weeks ago

This is done in a non-breaking way with backwards compatibility to start so we can gather all of these changes and do all of the move-outs all at once.

This can serve as a canonical example for how to do https://github.com/SciML/OrdinaryDiffEq.jl/issues/2177