-
Hi! Unless I'm mistaken, there does not seem to be any example or tutorial on how to use jax.scipy.optimize.minimize. Would it be useful that I try to write a small one? If yes, should it be added directly in the docstring as in scipy.optimize.minimize, or elsewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi - thanks for the interest in this! We're not currently putting much effort into Keeping that in mind, I think we'd be happy to have a small example of optimization in the JAX docs, particularly if it makes clear that JAXOpt is the more feature-complete alternative. |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your reply. Sorry I was completely unaware of JAXOpt, I'll check it out first! |
Beta Was this translation helpful? Give feedback.
Hi - thanks for the interest in this! We're not currently putting much effort into
jax.scipy.optimize
because we see JAXOpt as a better-supported successor. Our eventual goal is thatjax.scipy.optimize
would be just a lightweight wrapper of JAXOpt that provides a scipy-like API for it.Keeping that in mind, I think we'd be happy to have a small example of optimization in the JAX docs, particularly if it makes clear that JAXOpt is the more feature-complete alternative.