Skip to content
#

lbfgsb

Here are 12 public repositories matching this topic...

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

Hybrid metaheuristic and gradient-based solver for the Electric Capacitated Travelling Salesman Problem (EC‑TSP). Implements random‑keys PSO with a smooth, analytically-differentiable surrogate and periodic L‑BFGS‑B refinement; includes data generation, instance loader, experiments and report generation for e‑cargo bike delivery instances.

  • Updated Jul 10, 2026
  • Jupyter Notebook

Add this topic to your repo

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

Learn more