CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最速下降法

搜索资源列表

  1. 11

    1下载:
  2. 全波形反演最速下降法,共轭梯度发matlab程序。仅供参考-Matlab conjugate gradient method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:21268
    • 提供者:张星
  1. matlab

    0下载:
  2. QAM调制,最速下降法,Newton,黄金分割法, BFGS算法,非线性共轭梯度法,MAILAB实例-QAM modulation, the steepest descent method, Newton, golden section method, BFGS algorithm, nonlinear conjugate gradient method, MAILAB examples
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6105
    • 提供者:李鹏程
  1. steepest-descent-

    0下载:
  2. 使用matlab实现最速下降法,已经经过测试,可以正确使用-Using matlab to achieve the steepest descent method has been tested and used properly.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:869
    • 提供者:于天明
  1. cg

    0下载:
  2. 这是用于对球体重力进行反演的程序,所用算法是最速下降法-This is for the sphere of gravity inversion procedure, the algorithm used is the steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2638
    • 提供者:布莱克
  1. gradient-descent

    0下载:
  2. 这是用于对球体重力进行反演的程序,所用算法是最速下降法-This is for the sphere of gravity inversion procedure, the algorithm used is the steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4527
    • 提供者:布莱克
  1. zui-su-xia-jiang-fa-fortran

    0下载:
  2. 最需下降法fortran程序,适合初学者深入理解最速下降法,并作此方面的学习。-Easy to learn to improve about using fortran
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:14295
    • 提供者:hu feng
  1. Gradient_descent

    0下载:
  2. matlab 算法实现,用最速下降法求解对称正定矩阵方程组。-Solve the symmetric positive definite matrix equations by Gradient Descent in Matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:526
    • 提供者:waltsmith
  1. sdmaquasi-newton

    0下载:
  2. 优化方法中的最速下降法和拟牛顿法,内含算例函数-Optimization of the steepest descent method and quasi-Newton method, for example, the function contains Operators
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:4743
    • 提供者:蔡齐声
  1. 3D_SL0

    1下载:
  2. 3维压缩感知重构算法,采用最速下降法和梯度投影原理,逐步逼近最优解。是本人精心编写调试好的,请放心使用。-3 dimensional compressive sensing reconstruction algorithm, using the steepest descent method and the gradient projection principle, and gradually approaching the optimal solution.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:5995
    • 提供者:陈小明
  1. steepestdescent

    0下载:
  2. 最速下降法求解凸优化问题,国外网站下载,可以运行-Steepest descent method for solving convex optimization problems, can be run
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3289
    • 提供者:赵雨晴
  1. eg2OC_Descent

    0下载:
  2. 最优控制算法案例的Matlab完整详解,可实现最速下降法的数值解法,非常有参考价值!根据此程序,可解决大部分最优控制问题的程序设计和求解!-The optimal control algorithm Matlab example of a complete solution, can achieve the most rapid decline in the numerical method, very useful! According to this procedure, can solve
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:jin
  1. grad

    0下载:
  2. 最优化算法搜索算法中求解下降方向的最速下降法-Optimization algorithm search algorithm for solving the lowering direction of the steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:784
    • 提供者:Asun
  1. CHENGXU1

    0下载:
  2. 神经网络BP算法,学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小-Neural network BP algorithm, learning rule is to use the steepest descent method, by back propagation to constantly adjust the network weights and threshold, minimize the error sum of squares of t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1760
    • 提供者:Eva
  1. optimize

    1下载:
  2. 利用最速下降法,分别采用回溯直线搜索与一种精确直线搜索求解含等式约束的最优化问题-By using the steepest descent method, the backtracking rectilinear search and a precise linear search are used to solve the optimization problem with equality constraints
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:7642755
    • 提供者:cyw
  1. sd_final

    0下载:
  2. 最优化方法问题,通过最速下降法求数学方面的线性规划问题。利用C编程实现-Optimization method problem solving linear programming math by the steepest descent method. The use of C Programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:787
    • 提供者:guo
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate gradient method (Conjugate Gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:367526
    • 提供者:陈怀兵
  1. FR

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-The Conjugate Gradient method is a method b
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:1253
    • 提供者:刘杉
  1. BFGS

    1下载:
  2. 拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。如今,优化软件中包含了大量的拟牛顿算法用来解决无约束,约束,和大规模的优化问题。-The quasi-Newton method and the Steepest Des
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:刘杉
  1. dpmy21

    0下载:
  2. matlab-zuisuxiajiang实现matlab上的最速下降法 可以的-Matlab- zuisuxiajiang matlab on the steepest descent method
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-14
    • 文件大小:8192
    • 提供者:Rtgqoyd
  1. 7302709

    0下载:
  2. matlab-zuisuxiajiang实现matlab上的最速下降法 可以的-Matlab- zuisuxiajiang matlab on the steepest descent method
  3. 所属分类:Special Effects

    • 发布日期:2017-12-22
    • 文件大小:10240
    • 提供者:nkttibzr
« 1 2 ... 17 18 19 20 21 2223 24 »
搜珍网 www.dssz.com