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

搜索资源列表

  1. MyOpt

    0下载:
  2. 最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:50112
    • 提供者:季晓南
  1. gongefa

    0下载:
  2. 以下是我的共轭梯度法的C语言程序,迭代次数超多,矩阵的条件数并不大可以用共轭梯度法解。-Following is the conjugate gradient method in C language program, the number of iterations Chao, Matrix condition number is not large can conjugate gradient method solutions.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1605
    • 提供者:xiaozhi
  1. 113172216bfgs

    0下载:
  2. 共轭梯度法,以及几种常见的的优化方法程序-Conjugate gradient method
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:14310
    • 提供者:hehuimin
  1. cg_mpi

    0下载:
  2. conjugate gradient method parallel mpi code
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:310567
    • 提供者:ziley
  1. conjugate-gradient

    0下载:
  2. MPI conjugate gradient algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-02
    • 文件大小:3373
    • 提供者:erdem
  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. matrix

    0下载:
  2. 共轭梯度法可以实现正定线性方程组的求解,并可以通过实例进行验证-Conjugate gradient method can achieve positive definite linear equations, and can be verified by an example
  3. 所属分类:source in ebook

    • 发布日期:2017-11-30
    • 文件大小:682180
    • 提供者:翟军
  1. Desktop

    0下载:
  2. 共轭梯度法 matlab 程序 运用黄金分割法寻找最小点-Conjugate Gradient Method
  3. 所属分类:assembly language

    • 发布日期:2017-11-13
    • 文件大小:7277
    • 提供者:yangping
  1. conjugate-gradient-method

    0下载:
  2. 本代码为《最优化理论与方法》书籍中的共轭梯度法算法的代码,并举了两个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books conjugate gradient method algorithm code, citing two books on the example of the job title, the code in th
  3. 所属分类:source in ebook

    • 发布日期:2017-11-13
    • 文件大小:4788
    • 提供者:wxq
  1. FR

    0下载:
  2. With FR conjugate gradient method for solving unconstrained problem
  3. 所属分类:ELanguage

    • 发布日期:2017-04-12
    • 文件大小:830
    • 提供者:屈明恩
  1. HS

    0下载:
  2. With HS conjugate gradient method for solving unconstrained problem
  3. 所属分类:ELanguage

    • 发布日期:2017-04-11
    • 文件大小:766
    • 提供者:屈明恩
  1. PRP

    0下载:
  2. With PRP conjugate gradient method for solving unconstrained problem
  3. 所属分类:ELanguage

    • 发布日期:2017-04-11
    • 文件大小:766
    • 提供者:屈明恩
  1. newprpwolfe

    0下载:
  2. wolf Searches PRP conjugate gradient method
  3. 所属分类:ELanguage

    • 发布日期:2017-04-11
    • 文件大小:1180
    • 提供者:屈明恩
  1. conjugate-gradient-Poisson-Eq

    3下载:
  2. 共轭梯度算法解三维变周期边界条件泊松方程,MPI并行计算和串行计算各一份实例-Conjugate gradient algorithm solving the three-dimensional Poisson equation with periodic boundary conditions, by MPI parallel computing and serial computation
  3. 所属分类:MPI

    • 发布日期:2016-06-23
    • 文件大小:82944
    • 提供者:
  1. demo_TNNL

    0下载:
  2. This code implements an unconstrained optimization algorithm based on a non-monotone truncated Newton Method. At each iteration a truncated newton method, based on the conjugate gradient algorithm, is used to find the search direction the step size
  3. 所属分类:MultiLanguage

    • 发布日期:2017-04-15
    • 文件大小:5649
    • 提供者:Adilson
  1. CG

    0下载:
  2. 共轭梯度算法,非常经典,大家相互交流,如果大家有更好的资源也上传啊,非常感谢-Conjugate gradient algorithm, very classic, everyone to communicate,
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:862
    • 提供者:大爷
  1. PCG

    0下载:
  2. preconditioned conjugate gradient
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:569
    • 提供者:ali
  1. gongetidu

    0下载:
  2. 共轭梯度法,MATLAB程序,计算方法作业,内有说明-Conjugate gradient method, MATLAB procedures, calculation methods work, there are instructions
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:557
    • 提供者:jinlilili
  1. optimization

    0下载:
  2. 最优化问题中的最速下降法,共轭梯度法,黄金分割法代码,为applied optimization with matlab programming书中源代码-Steepest descent method, conjugate gradient method, golden section method code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:4903
    • 提供者:伊小夕
  1. Conjugate-Gradient

    0下载:
  2. Conjugate Gradient method implemented by matlab
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1557
    • 提供者:mani sabeti
« 12 »
搜珍网 www.dssz.com