​有限内存BFGS(L-BFGS)我要分享

Limited memory BFGS (l-bfgs)

BFGS lbfgs-matlab lbfgs BFGS算法Matlab L-BFGS

关注次数: 809

下载次数: 4

文件大小: 12KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

有限内存BFGS(L-BFGS)是拟牛顿方法家族中的一种优化算法,它使用有限的计算机内存近似于Broyden-Fletcher-Goldfarb-Shanno(BFGS)算法。它是机器学习中常用的参数估计算法


English Description:

Limited memory BFGS (l-bfgs) is an optimization algorithm in the family of quasi Newton methods. It uses limited computer memory and is similar to Broyden Fletcher Goldfarb Shanno (BFGS) algorithm. It is a common parameter estimation algorithm in machine learning


代码预览

matlab-lbfgs-master

matlab-lbfgs-master\.gitignore

matlab-lbfgs-master\README.md

matlab-lbfgs-master\src

matlab-lbfgs-master\src\TMLineSearch.m

matlab-lbfgs-master\src\lbfgs.m

matlab-lbfgs-master\src\lineSearch.m

matlab-lbfgs-master\src\mtLineSearch.m

matlab-lbfgs-master\src\optimLineSearch.m

matlab-lbfgs-master\src\simpleLineSearch.m

matlab-lbfgs-master\test

matlab-lbfgs-master\test\rosenbrockfunc.m

matlab-lbfgs-master\test\test.m

matlab-lbfgs-master\test\testfunc.m