Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stochastic Delay Differential Equations #29

Open
ChrisRackauckas opened this issue Aug 20, 2017 · 3 comments
Open

Stochastic Delay Differential Equations #29

ChrisRackauckas opened this issue Aug 20, 2017 · 3 comments

Comments

@ChrisRackauckas
Copy link
Member

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!

@ChrisRackauckas
Copy link
Member Author

ChrisRackauckas commented Jan 19, 2019

Here is an SDDE method which just came out. https://www.sciencedirect.com/science/article/pii/S0377042718307738 I think it could be implemented in this nested form?

@HTSykora
Copy link

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.

@ChrisRackauckas
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants