Skip to content

LBFGS++ v0.2.0

Compare
Choose a tag to compare
@yixuan yixuan released this 20 May 11:38
· 29 commits to master since this release

Added

  • Added a CMake script for installation (#24), contributed by @steinmig

Changed

  • The default line search method for LBFGSSolver has been changed from LineSearchBacktracking to LineSearchNocedalWright, per the suggestion of @mpayrits (#25)
  • Fixed a few critical issues (#9, #15, #21), with big thanks to @mpayrits (#25)
  • Fixed one inconsistency with Moré and Thuente (1994) in the LineSearchMoreThuente line search algorithm, pointed out by @mpayrits (#23)
  • The source code is now formatted using Clang-Format