Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 2.09 KB

NEWS.md

File metadata and controls

44 lines (35 loc) · 2.09 KB

LineSearches v3.2.2 release notes

  • Ensure finite initial values and fix typos in original MoreThuente translation from MATLAB/FORTRAN implementations. See #75

LineSearches v3.2.0 release notes

  • Introduce initial step length procedures. See #70

LineSearches v3.1.0 release notes

  • Include option for Static() to be scale-dependent. See #68

LineSearches v3.0.0 release notes

  • Use NLSolversBase v3.0

LineSearches v2.1.0 release notes

  • Algorithms no longer takes a gradient storage parameter. See #48
  • Linesearch algorithms are now callable types. See #43
  • The basic! linesearch is now Static()

LineSearches v2.0.0 release notes

  • Switch storage and evaluation point position

LineSearches v1.0.0 release notes

  • Switch to using the NLSolversBase dependency

LineSearches v0.1.5 release notes

  • Fix bug in bt3! linesearch, which uses the wrong initial step in the first cubic interpolation. See #29

LineSearches v0.1.4 release notes

  • Adds the basic! linesearch, which simply takes a predefined step. See #26

LineSearches v0.1.3 release notes

  • Algorithms morethuente and strongwolfe now takes an initial step length as an input #23
  • The backtracking algorithm now performs quadratic or cubic interpolations #20

LineSearches v0.1.1 release notes

  • Hagerzhang and Backtrack now throw LineSearchExceptions #19

LineSearches v0.1.0 release notes

  • Breaking: Algorithms have been renamed #16
  • Added Backtracking with quadratic interpolation #7