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

搜索资源列表

  1. FR

    0下载:
  2. 共轭梯度法,一种适合于研究生最优化方法课程的小程序,基于matlab的一个算例仿真-Conjugate gradient method, which is suitable for most graduate programs applet optimization, simulation based on a study of matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2651
    • 提供者:CHEN
  1. getd

    0下载:
  2. 共轭梯度法,稀疏矩阵的计算,光束法解算的一步-Step conjugate gradient method to calculate the sparse matrix calculation, beam method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:16487
    • 提供者:Jerry
  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. gongetidufa

    0下载:
  2. 用VC++应用到最优化算法中的共轭梯度法-Using VC++ applied to the optimization algorithm of the conjugate gradient method
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4112
    • 提供者:vv2603dizhui42
  1. iccg

    1下载:
  2. 利用共轭梯度法求解压力泊松方程的fortran程序-Conjugate Gradient Method for Solving Poisson equation of pressure fortran program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2963
    • 提供者:syj
  1. nonlinear-optimization

    0下载:
  2. 非线性规划各种算法汇总,包括线搜索、梯度下降法、牛顿法、共轭梯度法、DFP算法、BFGS算法和信赖域算法-Summary all kinds of algorithm of nonlinear programming, including line search, the gradient descent method, Newton method and conjugate gradient method, DFP algorithm and BFGS algorithm and trust
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5458
    • 提供者:夏瀛韬
  1. YMath

    1下载:
  2. 里面含有三种算法,包括共轭梯度矩阵求解,幂方法求本征值,同伦算法-Which contains three algorithms, including Conjugate Gradient matrix solver, power method uated the intrinsic value, homotopy method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:203764
    • 提供者:yuanshuhao
  1. Conjugate_gradient

    0下载:
  2. 用共轭梯度法解决最优化问题,有应用实例。-Conjugate gradient method to solve optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:齐晶
  1. Conjugate_gradient_exact

    0下载:
  2. 最优化方法的共轭梯度法的精确搜索,有二次终止性。-Refine search Conjugate Gradient Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:988
    • 提供者:齐晶
  1. WT_NN

    0下载:
  2. Wavelet analysis is used as a pre processor for a back-propagation neural network with conjugate gradient learning. The inputs to the neural network are the wavelet maxima neighborhood coefficients of face images at a particular scale. The output of
  3. 所属分类:AI-NN-PR

  1. gongetidufa

    0下载:
  2. 一种共轭梯度法的matlab函数,可以用于求解病态的线性方程组,提高求解精度.还提供了算法的介绍文档-A conjugate gradient method of matlab function, can be used to solve ill-conditioned linear equations, improve the accuracy of solving
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:74207
    • 提供者:cyw
  1. An-Improved-Learning-Algorithm-Based-on-BFGS-Meth

    0下载:
  2. This paper suggests that a simple modification to the initial search direction can also substantially improve the training efficiency of almost all major optimization methods. It was discovered that if the initial search direction is locally modified
  3. 所属分类:software engineering

    • 发布日期:2017-05-05
    • 文件大小:180284
    • 提供者:samir
  1. GETD

    0下载:
  2. 共轭梯度算法,现代优化算法的一种,可已用做最优化算法的求解。-Conjugate gradient algorithm, a kind of modern optimization algorithms can be used has been optimized Algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:860
    • 提供者:WANG
  1. Oil-water-

    1下载:
  2. 油水两相三维黑油模型有限差分的隐式共轭梯度求解程序-Oil-water two phase 3 d finite difference of black oil model implicit conjugate gradient solver
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5647
    • 提供者:zj
  1. Oil-water-2

    0下载:
  2. 油水两相三维黑油模型有限差分的显式共轭梯度求解程序-Oil-water two phase 3 d finite difference of black oil model explicit conjugate gradient solver
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4013
    • 提供者:zj
  1. gongetidu

    0下载:
  2. 代码中描述的是一个著名的LS共轭梯度法的程序-Code is described in a famous program of the LS conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1075
    • 提供者:hakunalife
  1. ConjugateGradientMethod

    0下载:
  2. 求解正定二次函数的共轭梯度法及其改进算法。-Conjugate Gradient Method for Solving Positive Definite Quadratic Functions and Its Improved Algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:572
    • 提供者:langlang
  1. FR

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

    • 发布日期:2017-12-14
    • 文件大小:1253
    • 提供者:刘杉
  1. 第7章 无约束多维极值问题

    1下载:
  2. 无约束多维极值算法 共轭梯度法 用共轭梯度法求解多维函数的极值(Unconstrained multidimensional extreme value algorithm; conjugate gradient method)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:蓝羽鸟
  1. minimize

    0下载:
  2. 共轭梯度法求解无约束的最优化问题,该方代码利用Matlab实现。(Conjugate gradient method for unconstrained optimization problems, the square code using Matlab implementation.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:zhang5657
« 1 2 ... 22 23 24 25 26 2728 29 30 »
搜珍网 www.dssz.com