文件名称:Conjugate-Gradient-Method
- 所属分类:
- 书籍源码
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 688kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-Conjugate gradient method (Conjugate Gradient) between the steepest descent between law and Newton' s method is a method, it is only the first derivative information, but to overcome the steepest descent method of slow convergence shortcomings, but also avoid the Newton method needs to be stored and calculate the Hesse matrix and the inverse of the shortcomings of the conjugate gradient method is not only the most useful way to solve the large linear equations, one is also the solution of large-scale nonlinear optimization one of the most effective algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
共轭梯度法\Console1\Console1\Console1.u2d
..........\........\........\Console1.vfproj
..........\........\........\Debug\BuildLog.htm
..........\........\........\.....\conj.mod
..........\........\........\.....\console1.exe
..........\........\........\.....\console1.exe.intermediate.manifest
..........\........\........\.....\console1.pdb
..........\........\........\.....\Im_result.txt
..........\........\........\.....\Im_result.txt.bak
..........\........\........\.....\result.txt
..........\........\........\.....\result.txt.bak
..........\........\........\.....\Source1.obj
..........\........\........\Source1.F90
..........\........\Console1.sln
..........\........\Console1.suo
..........\........\........\Debug
..........\........\Console1
..........\Console1
共轭梯度法
..........\........\........\Console1.vfproj
..........\........\........\Debug\BuildLog.htm
..........\........\........\.....\conj.mod
..........\........\........\.....\console1.exe
..........\........\........\.....\console1.exe.intermediate.manifest
..........\........\........\.....\console1.pdb
..........\........\........\.....\Im_result.txt
..........\........\........\.....\Im_result.txt.bak
..........\........\........\.....\result.txt
..........\........\........\.....\result.txt.bak
..........\........\........\.....\Source1.obj
..........\........\........\Source1.F90
..........\........\Console1.sln
..........\........\Console1.suo
..........\........\........\Debug
..........\........\Console1
..........\Console1
共轭梯度法