8000 GitHub - jose-d/lbfgs: Modern C++ port of the Limited-memory BFGS (L-BFGS) optimization algorithm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jose-d/lbfgs

 
 

Repository files navigation

LBFGS

This repository contains a C++20 port of the Limited-memory BFGS implementation from LBFGS-Lite, with a number of usability improvements:

Limitations

  • no step bounds
  • no progress report
  • no cancellation

These will be addressed in the future.

Usage example

The user must define a functor which computes the function and its gradient. Please have a look at https://github.com/foolnotion/lbfgs/blob/main/test/source/lbfgs_test.cpp

About

Modern C++ port of the Limited-memory BFGS (L-BFGS) optimization algorithm

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.0%
  • CMake 34.1%
  • Nix 3.9%
0