-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Srk table #469
base: main
Are you sure you want to change the base?
Srk table #469
Conversation
So I'm feeling this table is maybe better-suited to the devdocs. It's a useful reference but this is large enough that I don't think I can commit to ensuring its accuracy + that it remains up-to-date. (We can add a reference to it from the main SDE docs, whilst mentioning the above caveats.) As for the example -- note that |
I removed some things from I feel like it is important to at least somewhere in the docs show users the canonical way of batch-solving SDEs, because Monte Carlo is the primary use case of SDE simulation. This is why I think we should really keep that part of the notebook. |
Should ralston and EulerHeun also be in the table? |
Good point, I'll add them. |
I added |
Okay, I like this! I don't think GitHub lets me comment on notebook files so I'll leave review feedback here instead:
WDYT? :) |
e959929
to
063d4e7
Compare
…ved how_to_choose_a_solver
Hi Patrick! I agree with all of your comments and I made the appropriate modifications. Two notes however:
Please let me know if I missed anything or if you notice anything else I should change. |
Hi Patrick,
this is a lightweight PR, adding some more SRK documentation. The first commit just adds the table of all SDE solvers into
docs/api/solvers/sde_solver.md
. The second commit adds a Jupyter notebook toexamples/
, wherein I gave a walkthrough of the basics SDE simulation in Diffrax. Feel free to get rid of the second commit if you do not find it necessary :)