LBFGS源代码求解大规模数据优化问题的算法我要分享

Lbfgs source code algorithm for large-scale data o

关注次数: 265

下载次数: 1

文件大小: 2.62 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:大规模优化算法LBFGS:基于拟牛顿法BFGS算法的改进。L-BFGS算法的基本思想是:算法只保存并利用最近m次迭代的曲率信息来构造海森矩阵的近似矩阵。


English Description:

Large scale optimization algorithm lbfgs: an improvement of BFGS algorithm based on Quasi Newton method. The basic idea of l-bfgs algorithm is: the algorithm only saves and uses the curvature information of the last m iterations to construct the approximation matrix of Hessian matrix.


代码预览

相关推荐