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

搜索资源列表

  1. mulfastdown

    0下载:
  2. 非线性方程组的最速下降法,数值计算基于matlab的源程序。-Steepest descent method based on the Matlab nonlinear equations, numerical calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:581
    • 提供者:钢弹
  1. MATLAB(1)

    1下载:
  2. 无约束优化,用精确线搜索的最速下降法极小化函数-Unconstrained optimization, with the exact line search the steepest descent method minimization function
  3. 所属分类:matlab

    • 发布日期:2015-06-26
    • 文件大小:4096
    • 提供者:zhangli
  1. (MATLAB__

    0下载:
  2. 无约束优化,最速下降法和共轭梯度法极小化函数-Unconstrained optimization, the steepest descent method and the conjugate gradient minimization function
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:13706
    • 提供者:zhangli
  1. 0.618_(1)

    0下载:
  2. 无约束优化,基于黄金分割的最速下降法极小化函数-Unconstrained optimization, based on the steepest descent method minimization function
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7795
    • 提供者:zhangli
  1. zuisuxiajiangfaheniudunfa

    0下载:
  2. 最速下降法和牛顿法,希望对你们管用,两种方法实现最优化-matlab progress newton
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:150281
    • 提供者:朱卉
  1. steepest-descent

    0下载:
  2. 一个非线性最优化算法的最速下降法的实现,使用c-steep descent alg
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:318223
    • 提供者:shenjian
  1. steep

    0下载:
  2. matlab 最速下降法 源码 关于最速下降法的一个matlab小程序-steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4266
    • 提供者:修运乐
  1. fastdown-and-jacobi

    0下载:
  2. 最速下降法和雅可比法经典迭代matlab程序-Steepest descent method and Jacobi method classic iteration matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1622
    • 提供者:王楠
  1. java-NewTon_way

    0下载:
  2. java编程解决牛顿法和最速下降法计算数学优化极小值问题-java programming to solve the Newton method and the steepest descent method of mathematical optimization minimum
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:81436
    • 提供者:谢珍珍
  1. BP

    0下载:
  2. BP神经网络 它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。-BP neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:94682
    • 提供者:晶晶
  1. zuisuxiajiang

    0下载:
  2. 用C++语言实现最速下降法求函数的解极值问题。-The steepest descent method for solving the extremal problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:982994
    • 提供者:许姗
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton'
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:704339
    • 提供者:
  1. DTPathPlan

    1下载:
  2. 基于距离转换的栅格地图路径规划方法,DT方法是从目标位置反向搜索路径。在栅格化环境中,从目标位置开始的距离传播视为一个波(wave front)沿空闲栅格传播。对于环境中任意给定的起始点,其到目标点的最短路径可通过使用最速下降法搜索而得到。-Raster map conversion path planning approach based on distance, DT reverse the search path from the target location. Distance fro
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5130
    • 提供者:MORGAN
  1. steepdescent

    1下载:
  2. 无约束线性规划的一种求解方法,最速下降法。程序简单,容易使用。-A constrained linear programming method for solving the steepest descent method. The program is simple, easy to use.
  3. 所属分类:Other systems

    • 发布日期:2016-03-17
    • 文件大小:1024
    • 提供者:sss
  1. Tsteepest_desh

    0下载:
  2. 这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法. -The Matlab program to achieve the steepest descent algorithm. Steepest descent method is a basic algorithm, it occu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2373
    • 提供者:李威
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
  1. zuisuxiajiangfa

    0下载:
  2. 用FORTRON程序编的最速下降法,用来解决无约束规划问题-With FORTRON program compiled the steepest descent method, which is used to solve the unconstrained programming problem
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:72463
    • 提供者:keke
  1. steepst

    0下载:
  2. 最速下降法计算大型系数矩阵线性方程的根。只是一个示例程序代码。-The steepest descent method in the root of the large coefficient matrix linear equation. Just a sample of the code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1961
    • 提供者:胡义勇
  1. multidimensional-extremum-problems

    1下载:
  2. 无约束多维极值问题,包含 用模式搜索法求解多维函数的极值 用Rosenbrock法求解多维函数的极值 用单纯形搜索法求解多维函数的极值 用Powell法求解多维函数的极值 用最速下降法求解多维函数的极值 用共轭梯度法求解多维函数的极 用牛顿法求解多维函数的极值 用修正牛顿法求解多维函数的极值 用DFP法求解多维函数的极值 用BFGS法求解多维函数的极值 用信赖域法求解多维函数的极值 用显式最速下降法求正定二次函数的极值 -Unconstrain
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:6433
    • 提供者:张然
  1. The-whole-descent-method

    0下载:
  2. MATLAB实现的最速下降法,简单易懂,大家可以下载看一下,做参考。-MATLAB implementation of the steepest descent method is simple to understand, we can download the look, do reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:3481
    • 提供者:YanZhi
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »
搜珍网 www.dssz.com