登录
首页 » matlab » Conjugate-Gradient-Method

Conjugate-Gradient-Method

于 2017-03-14 发布 文件大小:359KB
0 185
下载积分: 1 下载次数: 13

代码说明:

  共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method between the method and Newton' s method, it takes only a first derivative information, but to overcome the steepest descent method convergence slow shortcomings, but also to avoid the Newton method needs to be stored Hesse and disadvantages of computing inverse matrix and the conjugate gradient method is not only one of the most useful methods to solve large linear equations, solution of large-scale nonlinear optimization is one of the most effective algorithm. In various optimization algorithm, conjugate gradient method is a very important one. The advantage is that a small amount of memory required, with step convergence, high stability, and does not require any external parameters.)

文件列表:

Conjugate Gradient Method.m,314,2017-03-08
Conjugate Gradient Method.pdf,426509,2017-03-14
data.mat,282,2017-03-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • liftingnodeform
    利用雷诺方程和有限元差分法,计算阶梯滑块的压力分布(Reynolds equation and the use of finite element difference method to calculate the pressure distribution of the slider ladder)
    2020-11-20 10:59:37下载
    积分:1
  • gravity_direct_problem
    说明:  重力异常正演代码,请好好使用它。帮助学习。。。。(Gravity anomaly forward code, please use it well. Help learn)
    2019-03-21 09:39:57下载
    积分:1
  • umat-DP
    用于计算abaqus中土的状态。是子程序。(The state used to calculate the abaqus Turkey. Is the subroutine.)
    2012-06-16 10:54:03下载
    积分:1
  • PHR_multiplier_method
    《最优化理论与方法》书籍中的乘子法的源程序,该书中的很多案例都用此方法试验过,本代码是一个小案例,将目标函数和约束函数按自己的需求换掉就能进行所期望的运算(" Optimization Theory and Methods" books multiplier method of the source, the book' s many cases are tested using this method, the code is a small case, the objective function and constraints to replace it according to their needs can perform the desired operation)
    2013-05-28 17:39:02下载
    积分:1
  • PLS
    偏最小二乘回归的通用程序,以“基于近红外光谱分析的汽油组分建模”为例 (Partial least squares regression of the general program of " Near infrared spectroscopy based gasoline component modeling" as an example)
    2011-05-19 13:13:02下载
    积分:1
  • B_ADI
    说明:  ADI method for solving PDE equations
    2019-01-02 15:37:35下载
    积分:1
  • fft
    用C++编写的一维和二维快速傅里叶变换程序(Prepared with C++ one-dimensional and two-dimensional fast Fourier transform procedure)
    2013-11-04 16:19:50下载
    积分:1
  • LECalculator
    3.1 线性方程组类设计 3.2 全选主元高斯消去法 3.3 全选主元高斯-约当消去法 3.4 复系数方程组的全选主元高斯消去法 3.5 复系数方程组的全选主元高斯-约当消去法 3.6 求解三对角线方程组的追赶法 3.7 一般带型方程组的求解 3.8 求解对称方程组的分解法 3.9 求解对称正定方程组的平方根法 3.10 求解大型稀疏方程组的全选主元高斯-约当消去法 3.11 求解托伯利兹方程组的列文逊方法 3.12 高斯-赛德尔迭代法 3.13 求解对称正定方程组的共轭梯度法 3.14 求解线性最小二乘问题的豪斯荷尔德变换法 3.15 求解线性最小二乘问题的广义逆法 3.16 病态方程组的求解 (3.1 system of linear equations class designs 3.2 to choose the principal element gaussian elimination 3.3 to elect principal element Gauss- when approximately the elimination 3.4 duplicate coefficient equation sets all choose the principal element gaussian elimination 3.5 duplicate coefficient equation sets to elect principal element Gauss- when approximately the elimination 3.6 solve three diagonal line equation sets to pursue the law 3.7 common belt equation set s solution 3.8 solution symmetrical equation set s resolution 3.9 solution symmetrical Zhengding equation set s square root method 3.10 solution large-scale sparse equation set to elect principal element Gauss- when approximately the elimination 3.11 solutions hold the Belize equation set s row article to abdicate House Holland who method 3.12 Gauss- the Seydell repetitive process 3.13 solution symmetrical Zhengding equation set s conjugate gradient method 3.14 solution linearity is smallest two rides the questionThe German m)
    2010-12-20 21:11:04下载
    积分:1
  • na7
    Orthogonal Polynomials Approximation 数值分析,计算正交基多项式的系数 (Given a function f and a set of m >0 distinct points . You are supposed to write a function to approximate f by an orthogonal polynomial using the exact function values at the given m points with a weight assigned to each point . The total error must be no larger than a given tolerance. Format of function int OPA( double (*f)(double t), int m, double x[], double w[], double c[], double*eps ) where the function pointer double (*f)(double t) defines the function f int m is the number of points double x[] contains points double w[] contains the values of a weight function at the given points x[] double c[] contains the coefficients of the approximation polynomial double*eps is passed into the function as the tolerance for the error, and is supposed to be returned as the value of error. The function OPA is supposed to return the degree of the approximation polynomial. Note: a constant Max_n is defined so that if the total error is still not small enough when n = Ma)
    2011-11-27 11:47:21下载
    积分:1
  • graphAnalysis
    该文件是用matlab开发的图论分析工具箱, 里面有使用时的详细说明,pdf说明文档。 绝对实用对于图论的研究者(The document was developed with matlab graph theory analysis toolbox, which are used when a detailed explanation, pdf documentation. Absolutely useful for researchers in graph theory)
    2008-12-31 13:20:25下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载