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

搜索资源列表

  1. acent

    0下载:
  2. 最优化算法中最速下降法的Matlab源码,很不错的源码,希望对你有用。-Optimization algorithm in the steepest descent method of Matlab source code, it is a good source, I hope useful to you.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:944
    • 提供者:丁志中
  1. zuiyouhauzuoye

    2下载:
  2. 最优化共轭梯度算法、最速下降法、牛顿法、拟牛顿法matlab源码,含泪奉上-Conjugate gradient optimization algorithm, the steepest descent method, Newton method, quasi Newton method matlab source, tears offer
  3. 所属分类:matlab例程

    • 发布日期:2012-11-30
    • 文件大小:64218
    • 提供者:zhucehao
  1. Conventionaloptimization

    0下载:
  2. 本程序包 包括一些常用的常规优化算法,包括抛物线法、最速下降法、黄金分割法、牛顿法等,可作为学习优化算法的参考-This package includes some commonly used conventional optimization algorithms, including the parabola method, steepest descent method, golden section method, Newton s law so it can be used as re
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9311
    • 提供者:王强
  1. sparse_wsf

    4下载:
  2. 使用加权子空间拟合(WSF)实现稀疏均匀圆阵DOA估计。优化过程用的是最陡下降法。-Using weighted subspace fitting (WSF) SPARSE DOA estimation with uniform circular arrays. Optimization process using a steepest descent method.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1540
    • 提供者:潘杰
  1. newton3

    0下载:
  2. It is matlab code for Steepest Descent optimization method.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1971
    • 提供者:Piyush
  1. newton

    0下载:
  2. It is matlab code for Steepest Descent optimization method.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1513
    • 提供者:Piyush
  1. descent

    0下载:
  2. It is matlab code for Steepest Descent optimization method.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1206
    • 提供者:Piyush
  1. steepest_descend_method

    0下载:
  2. c++求极值,利用无约束最优化中的最简单的最速下降法从负梯度方向来求得极值-c++ extremum, the use of unconstrained optimization of the most simple steepest descent method to obtain from the extreme negative gradient direction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:236681
    • 提供者:徐志东
  1. zuisuxiajiangfa

    0下载:
  2. 最优化理论与方法最速下降法C++源代码最优化理论与方法最速下降法C++源代码-Optimization theory and methods of steepest descent C++ source code for the optimization theory and method of steepest descent C++ source code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:671
    • 提供者:caibuxinhanxin
  1. Conjugate-gradient

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

    • 发布日期:2017-03-28
    • 文件大小:1249
    • 提供者:sunling
  1. -Common-non-binding

    2下载:
  2. 最优化常用无约束方法,内有最速下降法,newton法,共轭梯度法,坐标轮换发等程序,程序均用C语言编写!-The most common unconstrained optimization methods, steepest descent method within, newton method, conjugate gradient method, coordinate rotation of hair and other procedures, procedures are writte
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1035950
    • 提供者:祝小龙
  1. optimaztion

    0下载:
  2. Chapter 8. Numerical Optimization Algorithm 8.1 Golden Search for a Minimum Algorithm 8.2 Nelder-Mead s Minimization Method Algorithm 8.3 Local Minimum Search Using Quadratic Interpolation Algorithm 8.4 Steepest Descent or Gradie
  3. 所属分类:matlab

  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. 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. 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. 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. 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. gongertidufa

    0下载:
  2. 用共轭梯度法求解无约束优化问题,把共轭性和最速下降法想结合来求出目标函数最小点,仿真正确。-Conjugate gradient method for solving unconstrained optimization problems, the conjugate and the steepest descent method would like to combine to find the minimum point of the objective function, the simu
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1272
    • 提供者:chentianyou
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com