You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StochasticDiffEq.jl has a very similar structure to OrdinaryDiffEq.jl. With some tweaks it should be possible to make DelayDiffEq.jl handle both of them, in which case we'll have the first stochastic delay differential equation setup which will be really really cool!
The text was updated successfully, but these errors were encountered:
I think I'll try to create a StochasticDelayDiffEq.jl based on this package.
It would allow to experiment with the method of steps with already exisiting algorithms for SDE-s and later the SDDE-specific algorithms could be added.
Cool! Let us know if you need any help. StochasticDiffEq.jl has slightly different stepping behavior due to how adaptivity in SDEs works, but it should be doable in about the same manner.
StochasticDiffEq.jl has a very similar structure to OrdinaryDiffEq.jl. With some tweaks it should be possible to make DelayDiffEq.jl handle both of them, in which case we'll have the first stochastic delay differential equation setup which will be really really cool!
The text was updated successfully, but these errors were encountered: