共轭梯度法学习 The Conjugate Gradient method

共轭梯度法 The Conjugate Gradient method


简明教程与PPT下载(英文):http://download.csdn.net/detail/anshan1984/5083948


In steepest descent of nonlinear optimization the steps are along directions that undo some of the progress of the others. The basic idea of the conjugate gradient method is to move in non-interfering directions.


For quadratic functions formed from symmetric positive definite matrices, the conjugate gradient method converges to the unique global minimum in at most n steps, by moving along successive non-interfering directions.


The conjugate gradient algorithm really is a generalization of steepest descent.


Three primary advantages to conjugate gradient method of direction selection:

First, unless the solution is attained in less than n steps, the gradient is always non zero and linearly independent of all previous direction vectors.

Second, a more important advantage of the conjugate gradient method is the especially simple formula that is used to determine the new direction vector. This simplicity makes the method only slightly more complicated than steepest descent.

Third, because the directions are based on the gradients, the process makes good uniformprogress toward the solution at every step.


Conjugate Gradient is an intermediate between steepest descent and Newton’s method. It tries to achieve the quadratic convergence of Newton’s method without incurring the cost of computing Hf. At the same time, Conjugate Gradient will execute at least one gradient descent step per n steps. It has proved to be extremely effective in dealing with general objective functions and is considered among the best general purpose methods presently available.

 

欢迎来到我的CSDN博客:http://blog.csdn.net/anshan1984/

 


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值