Skip to content
#

lbfgsb-solver

Here are 7 public repositories matching this topic...

Language: All
Filter by language

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 Jul 24, 2026
  • 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

Add this topic to your repo

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

Learn more