JuliaDynamics / CriticalTransitions.jl

A Julia package for critical transitions in dynamical systems with time-dependent forcing
https://juliadynamics.github.io/CriticalTransitions.jl/dev/
MIT License
18 stars 2 forks source link

restructure `StochSystem` to use `SDEIntegrator` #75

Open oameye opened 2 months ago

oameye commented 2 months ago

As we would like to mimic the DynamicalSystems interface, we should transition to use SDEIntegrator and workout a similar framework as continuous_time_ode.jl#L26-L66. This will be a big overhaul of the package. This should be done in parallel with #42.