Learn Before
Concept

Limited-memory BFGS

  • Limited-memory BFGS (L-BFGS or LM-BFGS) is an optimization algorithm in the family of quasi-Newton methods that approximates the Broyden–Fletcher–Goldfarb–Shanno algorithm (BFGS) using a limited amount of computer memory.
  • Like the original BFGS, L-BFGS uses an estimate of the inverse Hessian matrix to steer its search through variable space. However, while BFGS stores a dense n×nn \times n approximation to the inverse Hessian (where nn is the number of variables in the problem), L-BFGS stores only a few vectors that represent the approximation implicitly.

0

1

Updated 2026-07-01

Tags

Data Science