[ANN] Optim.jl updates

Optim v1.11.0 has been released

Links
Release notes [Release v1.11.0 · JuliaNLSolvers/Optim.jl · GitHub]Release v1.11.0 · JuliaNLSolvers/Optim.jl · GitHub)
Registry PR New version: Optim v1.11.0 by JuliaRegistrator · Pull Request #123560 · JuliaRegistries/General · GitHub
Updated docs Home · Optim

Description
This feature release is a small it updates outdated docs on simulated annealing and fixes some trace related to Adam and AdaMax and change the alpha such that ParameterSchedulers.jl can be used. Essentially, a predefined line search.

Release notes from Github

  • Fixing extended trace failure for Adam and AdaMax and generalising alpha parameter to accept callable object (scheduler) (#1115) (@kishore-nori)
  • Update simulated_annealing.md documentation to avoid pointing to a very old issue. (#1116) (@pkofod)

Shoutout
Special shoutout to Sai Krishna Kishore Nori who made contributions to Optim for the first time.

13 Likes