Releases: SciML/DiffEqCallbacks.jl
Releases · SciML/DiffEqCallbacks.jl
Fix REQUIRE
v0.1.1 Update DiffEqCallbacks.jl
Add manifold projection method
v0.1.0 add manifold projection
Fix keyword usage.
v0.0.2 Update DiffEqCallbacks.jl
Register DiffEqCallbacks.jl
DiffEqCallbacks.jl serves as a library for storing common useful callbacks. It's documented here:
http://docs.juliadiffeq.org/latest/features/callback_library.html
Currently, only AutoAbstol exists, but it's a user requested feature so I'd hope to put it out there soon enough. This setup will allow it to grow and contain all sorts of things. Things I have on my mind are:
- Using Plots.jl for a graphic progress meter
- Intermediate solution plotting and analysis
- More refined controls for saving which change behavior based on the number of iterations or the size of changes.
- Mixing Gillespie/tau-leaping discrete changes into diffeqs
Of course, this doesn't make sense in DiffEqBase, DifferentialEquations.jl, or with any one solver package, so it's here.