Jack-H-Buckner / UniversalDiffEq.jl

Universal differential equations for ecologists
MIT License
3 stars 0 forks source link

equilibrium and stability analysis #8

Closed Jack-H-Buckner closed 3 months ago

Jack-H-Buckner commented 3 months ago

I woudl like to add functions to allow users to identify stable and unstable equilibrium points in fitted NODE and UDE models. These functions should be able to find multiple equilibrium points within a range of possible values for the state variables. We will also want to use automatic differentiation to compute the jacobians for the right-hand side of the ODE models. Ideally, we will have methods for both continuous and discrete time models.