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
85 stars 44 forks source link

Loosen type constraint #184

Closed staticfloat closed 7 months ago

staticfloat commented 7 months ago

I should have remembered that in generality, you need <: to make life easier with diagonal dispatch.