Skip to content

Releases: SciML/DiffEqCallbacks.jl

Fix REQUIRE

04 May 13:25
Compare
Choose a tag to compare
v0.1.1

Update DiffEqCallbacks.jl

Add manifold projection method

01 May 18:10
Compare
Choose a tag to compare
v0.1.0

add manifold projection

Fix keyword usage.

02 Apr 16:10
Compare
Choose a tag to compare
v0.0.2

Update DiffEqCallbacks.jl

Register DiffEqCallbacks.jl

12 Jan 14:06
Compare
Choose a tag to compare

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.