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

搜索资源列表

  1. zuisuxiajiangfa

    0下载:
  2. 最速下降法(steepest descent method)是以负梯度方向作为下降方向的极小化算法,又称梯度法,是1874年法国科学家Cauchy提出的,最速下降法是无约束最优化中最简单的方法。-Steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2540
    • 提供者:刘小祖
  1. grad

    0下载:
  2. 最速下降法,用最速下将法求解无约束优化问题的matlab程序。-Steepest descent method, with the most under-speed method for solving unconstrained optimization problems matlab program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:552
    • 提供者:lisi
  1. Objective-function-extremum

    0下载:
  2. 采用了精确一维搜索法进行目标函数求极值,其中使用了黄金分割法,最速下降法和拟牛顿法。-Using the exact one-dimensional search method to the objective function extremum, which uses the golden section method, steepest descent and quasi-Newton method.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1269
    • 提供者:海风
  1. Optimization-method

    0下载:
  2. 最优化方法及其Matlab程序设计,乘子法程序,非线性最小二乘问题源码,最速下降法与牛顿法源码-Optimization method and Matlab programming, multiplier method procedures, non-linear least squares problem source, the steepest descent method and Newton' s law code, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:34892
    • 提供者:郝梦
  1. zsxjf

    0下载:
  2. 最速下降法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-Steepest descent method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:775
    • 提供者:张帆
  1. FastestDescent

    0下载:
  2. 工程优化中,用最速下降法和牛顿法求解目标函数的最优解-In Engineering optimization, use the steepest descent method and Newton s method for solving the optimal solution of objective function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1534
    • 提供者:sarah
  1. quickdrop

    0下载:
  2. 这是无约束最优化理论的一个小例子,用的是最速下降法。-This is the theory of unconstrained optimization of a small example, using the steepest descent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:185566
    • 提供者:lj
  1. matlab-program

    1下载:
  2. 基于matlab编写了SQP法,乘子法,共轭梯度法,拟牛顿法,信赖域法,最速下降法与牛顿法的最新程序,功能很强大,可供编程参考。-Based on the preparation of MATLAB SQP, multiplier method, conjugate gradient method, quasi-Newton method, trust region method, steepest descent method with the Newton-Raphson method th
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25099
    • 提供者:丁长涛
  1. gongchengyouhua

    0下载:
  2. 使用c简单描述工程优化中的最速下降法、牛顿法以及共轭方向法-Using the c simple descr iption of engineering optimization in the steepest descent method, quasi-Newton method and conjugate direction method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:675893
    • 提供者:袁帅
  1. Opt_Steepest

    0下载:
  2. 用最速下降法求最优化解-matlab编程-With the steepest descent method for the optimal resolving-matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1014
    • 提供者:吕莫
  1. UnwellLineEquSet-matlab

    0下载:
  2. 病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6483
    • 提供者:Gaivn Jin
  1. zsxjf

    0下载:
  2. 利用matlab写的高斯消元法和最速下降法程序-zsxjf base on matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:580
    • 提供者:晓亮
  1. optimizacourse

    0下载:
  2. 最优化 最速下降法 黄金分割法 DFP 乘子法-Optimization Steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:20146
    • 提供者:李探
  1. steepest-descent

    0下载:
  2. 这是一个用最速下降法求解线性方程的方法,程序代码使用matlab语言。 -This is a steepest descent method for solving linear equations, program code using matlab language.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1957
    • 提供者:建勋
  1. Steepest-descent-method

    0下载:
  2. 最优化算法,最速下降法,matlab函数实现 function [istatus,xm,ym,lamda]=quickestdown(y,x0,lamda0, tol, maxIter) 最速下降法 输入:fun--目标函数 x--变量 x0---初始位置 lamda0--初始步长 tol---精度 maxIter--最大迭代次数 -Steepest descent method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:680
    • 提供者:cola
  1. zui-su-xia-jiang-

    0下载:
  2. 最优化理论技术中的最速下降法c语言实现代码,其中能够很好的帮你求出对应的数据解。-Optimization theory and technology in the steepest descent method c language code, which can help you find the corresponding data solution .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:955
    • 提供者:王超
  1. Newton-method-

    1下载:
  2. 用牛顿法,最速下降法,BFGS公式求解同一问题,并可比较其收敛速度-With Newton method, the steepest descent method, BFGS formula to solve the same problem , and can compare the convergence speed
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4121
    • 提供者:selina
  1. wuyueshu

    0下载:
  2. 最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法. -useful math w hj jlk jjk jk cn k b,l nkk,l njjkn .sdhdj sjka alkla sklkssjka alkla sklkssjka alkla sklkssjka alkla sklks
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:578901
    • 提供者:zz
  1. Conjugate-gradient-method-matlab

    1下载:
  2. 共轭梯度法 SUMT内点法 最速下降法 牛顿法 matlab实现-Conjugate gradient method SUMT interior point method the steepest descent method Newton method matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:4424
    • 提供者:雨文
  1. Matlab

    3下载:
  2. matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等-matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedur
  3. 所属分类:matlab

    • 发布日期:2014-09-14
    • 文件大小:34816
    • 提供者:朱志远
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »
搜珍网 www.dssz.com