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

Add diffrax solvers to solve_ode #93

Closed
DanPuzzuoli opened this issue Mar 21, 2022 · 0 comments · Fixed by #104
Closed

Add diffrax solvers to solve_ode #93

DanPuzzuoli opened this issue Mar 21, 2022 · 0 comments · Fixed by #104
Labels
enhancement New feature or request

Comments

@DanPuzzuoli
Copy link
Collaborator

Diffrax is a JAX ODE solving library providing access to many different solvers, and more control over how computations (like back propagation) are done. It also allegedly offers speed improvements over JAX's odeint function for the same method and tolerances.

What is the expected behavior?

Add access to solvers from this library through solve_ode.

@DanPuzzuoli DanPuzzuoli added the enhancement New feature or request label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant