liblbfgs
implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method
implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method
To install this package, run one of the following:
libLBFGS is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: http://www.ece.northwestern.edu/~nocedal/lbfgs.html The L-BFGS method solves the unconstrainted minimization problem: minimize F(x), x = (x1, x2, ..., xN), only if the objective function F(x) and its gradient G(x) are computable.
Summary
implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method
Last Updated
Feb 27, 2019 at 00:58
License
MIT
Total Downloads
6.0K
Version Downloads
6.0K
Supported Platforms
GitHub Repository
https://github.com/chokkan/liblbfgs/Documentation
http://www.chokkan.org/software/liblbfgs/