登录
首页 » 算法 » Steepest descent method is based on the negative gradient direction as a decline...

Steepest descent method is based on the negative gradient direction as a decline...

于 2022-03-12 发布 文件大小:12.09 kB
0 138
下载积分: 2 下载次数: 1

代码说明:

最速下降法是以负梯度方向作为下降方向的极小化算法,本程序用该方法求解n元正定二次函数的极小值-Steepest descent method is based on the negative gradient direction as a decline in the direction of the minimization algorithm, this procedure using this method for solving n-positive definite quadratic function of the minimum

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GCV Generalized cross
    GCV Generalized cross-validation.广义交叉校验,用做非线性时间序列的计算,非常有用,找了好久才找到的。不要错过机会哦-GCV Generalized cross-validation. Generalized cross-validation, using nonlinear time series to do the calculation, is very useful to find for a long time to find the. Oh, do not miss the opportunity to
    2023-06-11 07:15:03下载
    积分:1
  • 蚁群优化
    这是蚁群算法的代码。它只是表明,该算法没有别的。  有益借鉴前瞻性。
    2022-03-03 10:33:51下载
    积分:1
  • matlab图像处理大全
    全面,可用,可视化界面. 1. 图像几何运算 (1) 对图像进行缩放、旋转等几何操作 (2) 对比采用不同的插值法的效果 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-03-28 18:15:04下载
    积分:1
  • 文件MD5 生产
    char *MD5_file (char *path, int md5_len)   {       FILE *fp = fopen (path, "rb");       MD5_CTX mdContext;       int bytes;       unsigned char data[1024];       char *file_md5;       int i;          if (fp == NULL) {           fprintf (stderr, "fopen %s failed ", path);           return NULL;       }          MD5Init (&mdContext);       while ((bytes = fread (data, 1, 1024, fp)) != 0)       {           MD5Update (&mdContext, data, bytes);       }       MD5Final (&mdContext);              file_md5 = (char
    2022-07-11 22:12:17下载
    积分:1
  • 将用RGB表示的颜色值转换为长整型表示的颜色值
    将用RGB表示的颜色值转换为长整型表示的颜色值-Transform color value expressed by RGB to color value expressed by long integer
    2022-05-25 04:55:59下载
    积分:1
  • c++文件翻转
    Make your rcopy robust against all kinds of user or operation system errors. That means – check all return values for operating system errors (mostly I/O errors) and command line arguments for user errors. Stick to our files and interfaces that we provide via SubVersion. You may add methods (e.g. for file size or reversing the buffers content), but you are not allowed to change the signature of any method specified by us.
    2022-02-21 11:52:25下载
    积分:1
  • 普里姆的C语言实现
    普里姆(Prim)算法是一种构造性算法。设G=(V,E)是一个具有n个顶点的带权连通无向图,T=(U,TE)是G的最小生成树,其中U是T的顶点集,TE是T的边集,则由G构造从起始顶点v出发的最小生成树T的步骤如下:(1)初始化U={v},以v到其他顶点的所有边为候选边;(2)重复以下步骤(n-1)次,使得其他(n-1)个顶点被加入到U中:  a.从候选边中挑选权值最小的边加入TE,设该边在V-U中的顶点是k,将k加入U中;  b.考察当前V-U中的所有顶点j,修改候选边,若边(k,j)的权值小于原来和顶点j关联的候选边,则用边(k,j)取代后者作为候选边。本代码实现了普里姆算法。代码能正确运行。
    2022-02-07 15:39:21下载
    积分:1
  • 这是一个利用simpson求积公式来计近似积分值,精度比较高
    这是一个利用simpson求积公式来计算近似积分值,精度比较高-This is an advantage of simpson quadrature formula to calculate the approximate integral value, high precision
    2022-06-20 05:09:16下载
    积分:1
  • 矩量求解半波振子天线
    matlab关于矩量法求解半波振子,采用矩量法求解海伦公式。得到解答。matlab关于矩量法求解半波振子,采用矩量法求解海伦公式。得到解答。matlab关于矩量法求解半波振子,采用矩量法求解海伦公式。得到解答。matlab关于矩量法求解半波振子,采用矩量法求解海伦公式。得到解答。matlab关于矩量法求解半波振子,采用矩量法求解海伦公式。得到解答。是在是没啥说的了!!!
    2022-02-01 15:37:25下载
    积分:1
  • 转人民币大写C++源代码.zip
    转人民币大写C++源代码.zip-turn yuan capital C source code. Zip
    2022-02-03 12:49:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载