Replies: 1 comment 5 replies
-
Here's an example on how to do it in the case of unconstrained optimization: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have to use an external solver (from PETSc) to solve a linear system in the forward pass.
In order to calculate the gradients, can I use
jaxopt.implicit_diff.root_jvp
decorator for this purpose?I could not find a relevant documentation. If there is one, please let me know.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions