Skip to content

jaxopt-v0.4.3

Compare
Choose a tag to compare
@mblondel mblondel released this 28 Jun 17:50
· 304 commits to main since this release

New features

  • Added zoom line search in jaxopt.LBFGS, by Mathieu Blondel. It can be enabled with the linesearch="zoom" option.

Bug fixes and enhancements

  • Added support for quadratic polynomial fun in jaxopt.BoxOSQP and jaxopt.OSQP, by Louis Béthune.
  • Added a notebook for the dataset distillation example, by Amélie Héliou.
  • Fixed wrong links and deprecation warnings in notebooks, by Fabian Pedregosa.
  • Changed losses to avoid roundoff, by Jack Valmadre.
  • Fixed init_params bug in multiclass_svm example, by Louis Béthune.

Contributors

Louis Béthune, Mathieu Blondel, Amélie Héliou, Fabian Pedregosa, Jack Valmadre.