Improved LBFGS and LBFGS-B optimizers in PyTorch.
-
Updated
Aug 1, 2026 - Python
Improved LBFGS and LBFGS-B optimizers in PyTorch.
Type-safe modelling DSL, symbolic transformation, and code generation for solving optimization problems.
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.
Radio interferometric calibration with PyTorch. An example of how to solve a general optimization problem.
To associate your repository with the lbfgs-b topic, visit your repo's landing page and select "manage topics."