google / jaxopt

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

Fix tests #574

Closed vroulet closed 10 months ago

vroulet commented 10 months ago

Tests appeared broken in the main branch because of updates in scikit-learn and scipy. This fixes several issues by (i) letting scipy run with default precision when testing bfgs/lbfgs, (ii) testing optimum in function values for the lbfgs tests on binary logistic regression, (iii) fixing the argument for the isotonic pav test.