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

Implementing predictor corrector method for SDEs #247

Closed
onoderat opened this issue Feb 9, 2018 · 4 comments
Closed

Implementing predictor corrector method for SDEs #247

onoderat opened this issue Feb 9, 2018 · 4 comments

Comments

@onoderat
Copy link

onoderat commented Feb 9, 2018

The predictor corrector method of order 0.5 from Stochastics and Dynamics, Vol. 8, No. 3 (2008) 561–581 is a useful solver because it has better stability than EM. It also has order 1 scaling for many problems even though it is proven to be order 0.5. This is convenient as the solver does not require any Wiktorsson approximations for general non-commuting SDEs.

@ChrisRackauckas
Copy link
Member

Thanks for the issue. From the Gitter: do you want to take a stab at implementing or should I take it?

@onoderat
Copy link
Author

onoderat commented Feb 9, 2018

I would like to give it a shot for a couple of days since I want to learn more about the DiffEq ecosystem.

@ChrisRackauckas
Copy link
Member

Alright, let me know if you need more help than the devdocs.

@ChrisRackauckas
Copy link
Member

Complete! SciML/StochasticDiffEq.jl#53

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