-
Notifications
You must be signed in to change notification settings - Fork 31
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
Is adjoint method implemented for Adams and other adaptive time-stepping solvers? #1
Comments
Thanks! Currently the adjoint method is only implemented for The adjoint method hooks into JAX's AD via Let me know if that makes sense, or anything else I can help with. |
sounds good. I just tried the odeint_grid function. it is returning a solution only at two time points regardless of t. |
Yes, unfortunately it's a bit trickier to create a grid for multiple time points. An implementation is in torchdiffeq but I wasn't able to port it to JAX. |
ohh no worries. I should have read the source code mode carefuly |
Really great work! I am wondering whether adjoint method is implemented for adaptive-stepping solvers such as Adams and others in your repo.
The text was updated successfully, but these errors were encountered: