CMD + K

liblbfgs

Community

implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::liblbfgs

Usage Tracking

1.10
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64
macOS-64