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

搜索资源列表

  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. Optimization-code

    0下载:
  2. 最优化算法程序,包含费线性最小二乘、共轭梯度法、牛顿法-Linear least squares optimization algorithm procedures, including fees, conjugate gradient method, Newton method and so on
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:39802
    • 提供者:小小
  1. CG

    0下载:
  2. 用共轭梯度法求解方程组、一种最优化方法(适用于求解超定、欠定方程组)-Conjugate gradient method for solving equations, an optimization method (for solving overdetermined, underdetermined equations)
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:301468
    • 提供者:赵晓亮
  1. Congrad

    0下载:
  2. 共轭梯度法求解线性微分方程组的程序,以西安交通大学研究生《数值分析》习题为例,可通用-Conjugate gradient method for solving linear differential equations program to Xi' an Jiaotong University graduate student, " Numerical analysis" exercises, for example, can be common
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:15569
    • 提供者:郑南宁
  1. MATLAB

    0下载:
  2. 求解界约束问题的截断共轭梯度法,是最近刚出来的方法-The truncated conjugate gradient method for solving boundary constraints is a recent method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3888
    • 提供者:武高玉
  1. fundamentals_of_numerical_analysis

    0下载:
  2. 包含了求解方程组的以下几种方法的代码: Gauss 消元法,Cholesky 分解法,SOR 迭代方法,共轭梯度法-This code contains these ways to solve the equations: Gauss elimination,Cholesky factorization,SQR iterative method,and conjugate gradient method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3587
    • 提供者:April
  1. numerical-algorithms

    0下载:
  2. matlab 实现几个常用的解线性方程组的数值算法。包括共轭梯度法、预处理共轭梯度法、SOR、Lanczos.-matlab implementation of several commonly used numerical algorithm for solving linear equations. Including the conjugate gradient method, preconditioned conjugate gradient method, SOR, Lanczos.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3247
    • 提供者:宋凌
  1. conj

    1下载:
  2. fortran编写的共轭梯度法模块,直接套用,可以直接读矩阵文件-the conjugate gradient method of fortran written modules, ready-made, you can directly read the matrix file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:680
    • 提供者:赵堃
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 23 »
搜珍网 www.dssz.com