SciML / DiffEqCallbacks.jl

A library of useful callbacks for hybrid scientific machine learning (SciML) with augmented differential equation solvers
https://docs.sciml.ai/DiffEqCallbacks/stable/
Other
95 stars 47 forks source link

Add option `final_affect` to `PeriodicCallback` #138

Closed efaulhaber closed 1 year ago

efaulhaber commented 1 year ago

This allows to additionally call the affect of the PeriodicCallback at the end of the simulation.

ChrisRackauckas commented 1 year ago

Looks good but needs tests