搜索资源列表
lbfgs.f90
- BFGS算法: 可以解决无约束的最优化问题,如求目标函数的极值等。
ofdm_lbfgs
- Main fuction is to reduce PAPR of OFDM by LBFGS scheme
lbfgs
- This submission contains an interface to a LBFGS-code for unconstrained minimization problems of the form min_{x} f(x) + c*|\tilde{x}|, where x are the parameters, f is a scalar valued real function, c is a positive scalar (default value=0), |.|
LBFGS
- 解二次函数的LBFGS方法,用了wolfe线性搜索,计算量较小,绝对可用。-Solving quadratic the function of LBFGS method with the wolfe linear search less computation absolutely available.
lbfgs
- The code explains BFGS method
LBFGS
- LBFGS Optimization algorithm in matlab
