Limited-memory BFGS (L-BFGS) is an optimization algorithm that is particularly efficient for solving large-scale unconstrained optimization problems. It is a quasi-Newton method, which means it uses approximations to the Hessian matrix (the matrix of second derivatives) to guide the search for a minimum.
Articles by others on the same topic
There are currently no matching articles.