Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZJU-FAST-Lab/LBFGS-Lite
/ functions
Functions
7 in github.com/ZJU-FAST-Lab/LBFGS-Lite
⨍
Functions
7
◇
Types & classes
3
↓ 1 callers
Function
lbfgs_optimize
* Start a L-BFGS optimization. * Assumptions: 1. f(x) is either C2 or C0 but piecewise C2; * 2. f(x) is lower bounded; *
include/lbfgs.hpp:434
↓ 1 callers
Function
line_search_lewisoverton
* Line search method for smooth or nonsmooth functions. * This function performs line search to find a point that satisfy * both the Armi
include/lbfgs.hpp:276
↓ 1 callers
Method
run
src/lbfgs_example.cpp:9
Method
costFunction
src/lbfgs_example.cpp:48
Function
lbfgs_strerror
* Get string description of an lbfgs_optimize() return code. * * @param err A value returned by lbfgs_optimize(). */
include/lbfgs.hpp:724
Function
main
src/lbfgs_example.cpp:84
Method
monitorProgress
src/lbfgs_example.cpp:65