Registry / utility / liblbfgs

liblbfgs

JSON →
library1.10vcpkgunverified

libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)

vcpkg install liblbfgs
INSTALL
IMPORT
SIG · LIBLBFGS
L
liblbfgs
utilitycppv1.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lbfgs.h
#include <lbfgs.h>

Initialize L-BFGS optimization parameters

#include <lbfgs.h> #include <iostream> int main() { lbfgs_parameter_t param; lbfgs_parameter_init(&param); std::cout << "L-BFGS parameters initialized\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

liblbfgs — pip install liblbfgs · libregistry