About Anaconda Help Download Anaconda

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

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v1.10
  • osx-64 v1.10

conda install

To install this package run one of the following:
conda install conda-forge::liblbfgs
conda install conda-forge/label/cf202003::liblbfgs

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy