搜索资源列表
lbfgs
- 可以解决无约束的最优化问题,如求目标函数的极值等。
lbfgs.cpp
- LBFGS ported to pure C. Exactly the same as the original Fotran implementation.
BFGS-youhua
- 用于解决优化问题中的无约束优化,经过检测,能够成功运行。-To solve the problem of unconstrained optimization.
LBFGS
- 解二次函数的LBFGS算法,包括几个子程序,并且用了wolfe 线性搜索法-LBFGS algorithm for solving quadratic function
LBFGS
- lbfgs more fast and stable than matlab's fmincom(-> lbfgs)