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

搜索资源列表

  1. shili96

    0下载:
  2. 制作运用最速下降法解线性方程组的用户界面-Making use of the steepest descent method solving linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:735
    • 提供者:岳翠翠
  1. simple-grad-desend

    1下载:
  2. 简单梯度下降法,用于迭代求极值,是一种最速下降法-Simple gradient descent method for the iterative extremum is a steepest descent method
  3. 所属分类:Data structs

    • 发布日期:2015-07-28
    • 文件大小:111616
    • 提供者:王涵
  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. 0000437

    0下载:
  2. 2010年ICIP最新文章关于图像复原,提出了2D NHA算法,实验证明了该算法的优越性能。-In this study, we develop a technique for image restoration The proposed method is based on the 2D non-harmonic analy- sis (2D NHA). The 2D NHA algorithm assigns an initial value by using the spect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:140308
    • 提供者:kongsuhong
  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. optimizacourse

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

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

    0下载:
  2. 对《自适应滤波器原理》一书中使用“最速下降算法轨道曲线”进行自适应滤波器设计的方法进行了matlab实现。研究图像处理方向滤波器设计的可以参考。-This program is using the "steepest descent algorithm tracks curve" in "Adaptive Filter Theory" to design adaptive filter methods based on matlab. which can refer to who resear
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:23692
    • 提供者:章煜
  1. ex2_c.m

    0下载:
  2. Steepest Descent matlab code
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1691
    • 提供者:zeimpecavel
  1. zuisuxiajiang

    0下载:
  2. 实现了最速下降法的算法,具体实例操作,可运行出结果,分子程序书写,简便易懂。-The algorithm of the steepest descent method, and specific examples, you can run the results, the molecular program written in easy to understand.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4326
    • 提供者:王婷
  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. 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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com