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

搜索资源列表

  1. Cgradient

    0下载:
  2. 共轭梯度法求解线型方程组,收敛快,性态好-Conjugate Gradient Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:596
    • 提供者:simpolo
  1. CG_lanczos_MINRES_SOR_Fastdown

    2下载:
  2. 李津第一次大作业代码:包括共轭梯度法CG,兰索斯Lanczos法、MINRES法、SOR法、最速下降法-Li Jin first big job code: include conjugate gradient method CG, Lanczos Lanczos method, MINRES method, SOR method, the steepest descent method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6132
    • 提供者:大国之约
  1. FR-HS

    0下载:
  2. 提供了FR和HS共轭梯度法的算法,编程是用matlab实现的-FR and HS provides a conjugate gradient method algorithm, programming is achieved using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:970
    • 提供者:xiaocao
  1. wolfe2

    1下载:
  2. 求解无约束优化共轭梯度法的wolfe线性搜索规则-Unconstrained optimization conjugate gradient method wolfe line search rule
  3. 所属分类:matlab

    • 发布日期:2015-06-26
    • 文件大小:1024
    • 提供者:guank
  1. CG

    0下载:
  2. 共轭梯度法的源代码,供大家使用,不喜勿喷。-Conjugate Gradient Method
  3. 所属分类:Algorithm

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

    0下载:
  2. 本程序是基于Matlab的共轭梯度法数值计算。-This procedure is based on Matlab numerical Conjugate Gradient Method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1051
    • 提供者:张俊峰
  1. chengxusheji

    0下载:
  2. 共轭梯度法在数值分析中应用非常广泛,比最速下降法要快,这里是FR共轭梯度法,及简单的例子。-Conjugate gradient method in numerical analysis is widely used, and faster than the steepest descent method , this is FR conjugate gradient method, and some simple examples.
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:25446
    • 提供者:刘紫娟
  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. CG

    0下载:
  2. 利用共轭梯度法求线性方程组的Matlab算例-Using conjugate gradient method for solving linear equations Matlab examples
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:814
    • 提供者:yang
  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. CG_DESCENT-C-2.0.tar

    0下载:
  2. 共轭梯度法求解凸二次规划,代码由C语言开发,老外编写的程序,很值得一读。-Conjugate gradient method for solving convex quadratic programming, code generated by C language development, foreigners prepared program, it is worth reading.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:19295
    • 提供者:wang
  1. BLG-1.1

    2下载:
  2. 带等式约束和边界约束的凸二次规划问题,程序包含两种方法,一种是共轭梯度法,一种是frank-wolfe算法,代码质量较高。-Convex quadratic programming problem with equality constraints and boundary constraints, the program contains two methods, one is the conjugate gradient method, one is frank-wolfe algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:46285
    • 提供者:wang
  1. gongertidu

    0下载:
  2. 基于armijo步长搜索规则的共轭梯度方法,用来求函数极值-A conjugate gradient method based on the Armijo step search rule is used for the function extremum
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1107
    • 提供者:zjh
  1. minGETD

    0下载:
  2. 共轭梯度法求解多维函数的极值 function [x,minf]=minGETD(f,x0,var,eps) 目标函数:f 初始点:x0 自变量向量:var 精度:eps 目标函数取最小值时的自变量值:x 目标函数的最小值:minf- Conjugate gradient method for solving the multi-dimensional function of the extreme value function [x, minf] =
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1154
    • 提供者:Bill
  1. gongetidufa2

    0下载:
  2. 共轭梯度法求解多维问题,已经经过实际函数操作验证。-Conjugate gradient method for solving the multi-dimensional issues, has been operating the actual function verification.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:王日栋
  1. Optimization

    0下载:
  2. C++实现的最优化算法,包括最速下降法与共轭梯度法-Optimization algorithm implemented in C++, including the steepest descent method and Conjugate Gradient Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6634
    • 提供者:sunzhipeng
  1. Newton

    0下载:
  2. 用MATLAB实现最速下降法_牛顿法和共轭梯度法求解实例-Using MATLAB steepest descent method _ Newton method and conjugate gradient method for solving examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:14038
    • 提供者:王凯凯
  1. cg

    0下载:
  2. 最优化方法中的共轭梯度法,使我们老师写的matlab代码,绝对没有问题-Optimization Method of Conjugate Gradient Method
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:641
    • 提供者:黄勇
  1. niudui-gongetidu-ercichazhi

    0下载:
  2. 优化设计:牛顿法、二次插值法、共轭梯度法,c程序-Optimal design: Newton method, two time interpolation method, conjugate gradient method, C program
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3473
    • 提供者:zhang ke
  1. gongetidu

    0下载:
  2. 共轭梯度法,是最优化理论与算法课程当中的一种经典的优化算法,-Conjugate gradient method is a classical optimization algorithm in optimization theory and algorithm,
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3795
    • 提供者:仙凡之旅
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 24 »
搜珍网 www.dssz.com