-
Thanks for the all the amazing work! I have some free time ahead of me, so I was interested in adjusting my implementations for different optimizers (based on Nocedal & Wright) and I was wondering whether I should submit them here, or in jaxopt. |
Beta Was this translation helpful? Give feedback.
Answered by
jakevdp
Apr 15, 2022
Replies: 1 comment 1 reply
-
I would suggest any new submissions going to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
m-rph
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would suggest any new submissions going to
jaxopt
. The minimizers injax.scipy.minimize
are somewhat constrained by the need to match thescipy.minimize
API, and long-term we're considering dropping it in favor ofjaxopt
.