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

搜索资源列表

  1. matlab

    2下载:
  2. 一个利用共轭梯度法的正则化实例: 通过输入矩阵的维数,利用共轭梯度法的原理,进行正则化计算;Morozov偏差原理-A conjugate gradient method using the regularization Example: Enter the dimensions of the matrix, using the principle of conjugate gradient method for regularization calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1164
    • 提供者:张刚
  1. grad_conj_md

    0下载:
  2. 二次函数的共轭梯度法的matlab实现函数,输入相关参数即可进行迭代运算。-The function MATLAB realization of conjugate gradient method of quadratic function.
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:任杨曾
  1. zuiyouhua

    0下载:
  2. 用vb实现最优化方法中的几种基本算法,包括最速下降法、牛顿法、共轭梯度法、最小二乘法等并结合数据库的使用,程序中还附带用户登录及管理-With vb achieve optimal methods of several basic algorithms, including the steepest descent method, Newton method, conjugate gradient method, least squares method and combined use of
  3. 所属分类:Algorithm

    • 发布日期:2015-08-31
    • 文件大小:4032512
    • 提供者:
  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. conjgradmethod

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

    • 发布日期:2017-03-30
    • 文件大小:1059
    • 提供者:lucy
  1. bycgste

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

    • 发布日期:2017-04-13
    • 文件大小:2302
    • 提供者:wangwenshu
  1. minGF

    0下载:
  2. 共轭梯度法,用于求解非线性约束问题,适用于matlab程序-Conjugate gradient method for solving nonlinear constrained problem for matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1261
    • 提供者:周颖
  1. coursework

    0下载:
  2. 共轭梯度法解决矩阵方程问题-Conjugate gradient method to solve the matrix equation problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:707
    • 提供者:even
  1. 1153304_4_5.cpp

    0下载:
  2. 用共轭斜量法求解n阶方程组,记录达到所需精确解的迭代次数。-Conjugate Gradient Method with solving n-order equations, exact solutions of the desired record number of iterations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1111
    • 提供者:小哈
  1. 1153304_4_6.cpp

    0下载:
  2. 本程序是运用共轭梯度法的数值计算方法来求解正定对称矩阵方程。-This procedure is to use the conjugate gradient method numerical method to solve symmetric positive definite matrix equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:953
    • 提供者:小哈
  1. CG_method

    0下载:
  2. 数学计算中CG法应用举例,CG法又名共轭梯度法,是一种常用的数学计算方法。-Application of mathematical calculations CG example, CG method known as conjugate gradient method, is a commonly used mathematical calculations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:797
    • 提供者:王金浩
  1. frcg

    0下载:
  2. 使用FR共轭梯度法求解无约束问题 输入包括初始点,目标函数和梯度 输出包括最优点和最优解,还有迭代次数-Use FR conjugate gradient method for solving unconstrained problems including initial entry points, the objective function and the gradient of the output, including the advantages and the most o
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:806
    • 提供者:Ruu
  1. solution

    0下载:
  2. 病态方程组的数值解法,Guass,Jacobi,SOR iteration,conjugate gradient method-numerical solution of ill-conditioned system of equations,Guass,Jacobi,SOR iteration,conjugate gradient method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3443
    • 提供者:陶斯琴
  1. frcg

    0下载:
  2. 改进的共轭梯度法,具有很好的收敛效果,达到整体最有,在MATLAB中实现。-Improved conjugate gradient method, has a good convergence effect, to achieve the overall most realized in MATLAB.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:710
    • 提供者:chenchao
  1. gongetidu

    0下载:
  2. 本matlab程序用共轭梯度法来求解多元模型的最小值(给出最小值和精度情况)-The matlab program conjugate gradient method to solve the minimum multivariate model (given the minimum and the accuracy of the situation)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:8143
    • 提供者:华哥
  1. Chap_08_Conjugate_Gradient_Method_1

    0下载:
  2. Conjugate Gradient Method in matlab
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:886
    • 提供者:Ramin
  1. conjgrad

    0下载:
  2. Conjugate Gradient Method by Yi Cao
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1526
    • 提供者:lsc223
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 24 »
搜珍网 www.dssz.com