最速下降法是一种沿着N维目标函数的负梯度方向搜索最小值的方法我要分享

Steepest descent method is a method to search the minimum value along the negative gradient directio

最小梯度法 梯度下降 无约束函数 梯度下降法 函数最优值

关注次数: 275

下载次数: 0

文件大小: 1K

代码分类: 一般算法

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:最速下降法是一种沿着N维目标函数的负梯度方向搜索最小值的方法。该程序是用最速下降法求无约束最优化解。


English Description:

Steepest descent method is a method to search the minimum value along the negative gradient direction of n-dimensional objective function. The program is to use the steepest descent method to find the unconstrained optimal solution.


代码预览