Skip to content
#

lbfgs

Here are 44 public repositories matching this topic...

The fastest open-source C++17 optimization library for unconstrained nonlinear problems. Header-only, single dependency. Highest reliability, composable function expressions, unconstrained and constrained solvers.

  • Updated May 11, 2026
  • C++

A C++ toolkit for Convex Optimization (Logistic Loss, SVM, SVR, Least Squares etc.), Convex Optimization algorithms (LBFGS, TRON, SGD, AdsGrad, CG, Nesterov etc.) and Classifiers/Regressors (Logistic Regression, SVMs, Least Squares Regression etc.)

  • Updated Feb 26, 2022
  • C++
L-BFGS-B-solver-course

Linear regression with the LBFGSB (Limited-memory Broyden-Fletcher-Goldfarb-Shanno BFGS) solver method is a numerical optimization method used to find the minimum of an objective function. It is a gradient descent algorithm that uses an approximation of the Hessian matrix to minimize the function.

  • Updated Mar 17, 2026
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the lbfgs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lbfgs topic, visit your repo's landing page and select "manage topics."

Learn more