-
-
Notifications
You must be signed in to change notification settings - Fork 163
Srk table #469
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
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? :) |
063d4e7 to
d87069b
Compare
|
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-kidger, Is this still relevant? If yes, I am happy to rebase it to the most recent version, etc. Otherwise we can just close it. |
|
I think this is still relevant! One of the smaller PRs that I've never found time to follow-up on 😅 I think go ahead and rebase this and I'd be happy to get this in :) |
|
Just rebased it, the notebook still runs perfectly without requiring any changes. |
|
Just fyi the errors that pyright is reporting have nothing to do with the files I changed (this is a purely docs-related PR, so shouldn't really require tests...) |
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 :)