Skip to content

LBFGS++ v0.4.0

Latest

Choose a tag to compare

@yixuan yixuan released this 20 Apr 11:14
· 15 commits to master since this release

Added

  • Added functions final_approx_hessian() and final_approx_inverse_hessian() to LBFGSSolver to retrieve the final approximate Hessian information (#42, #43)
  • Added CMake scripts to build examples (#38), contributed by @pjknowles