google / jaxopt

Hardware accelerated, batchable and differentiable optimizers in JAX.
https://jaxopt.github.io
Apache License 2.0
936 stars 66 forks source link

expanded verbose for all algorithms, made verbose a boolean for all algorithms #544

Closed vroulet closed 10 months ago

vroulet commented 1 year ago

Replaced "Error" by specific name of error considered and added other information when verbose=True. Should be useful for debugging more quickly. All verbose are now boolean too (some were int).

vroulet commented 1 year ago

I changed the logging for the Zoom linesearch to partially fix the issue #555 (that is avoid printing errors when not required). Previous comments (two levels printing, full wording) have also been tackled.