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
536 stars 205 forks source link

Allow for using the initializeprob with OverrideInit #2151

Closed ChrisRackauckas closed 7 months ago

ChrisRackauckas commented 7 months ago

Uses the latest addition to SciMLBase so that if an ODEProblem or DAEProblem tags a nonlinear system for the initialization then it will use it.