patrick-kidger / optimistix

Nonlinear optimisation (root-finding, least squares, ...) in JAX+Equinox. https://docs.kidger.site/optimistix/
Apache License 2.0
310 stars 15 forks source link

improved OptaxMinimiser docs #29

Closed packquickly closed 9 months ago

packquickly commented 9 months ago

Fixed the OptaxMinimiser example in "how to choose a solver," and provided example usage in the OptaxMinimiser description. I think proper usage of OptaxMinimiser is a little unclear at the moment, as demonstrated by https://github.com/patrick-kidger/optimistix/issues/21.

patrick-kidger commented 9 months ago

LGTM! (The failing tests are due to an upstream change that I've already fixed in the dev branch.)