共轭梯度法学习 The Conjugate Gradient method

本文提供共轭梯度法的简明教程,并附带PPT下载链接。此方法在非线性优化中通过选择不干扰的方向来改进梯度下降法。适用于二次函数优化,具有快速收敛特性,且比牛顿法更易于实现。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

共轭梯度法 The Conjugate Gradient method


简明教程与PPT下载(英文):http://download.youkuaiyun.com/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.

 

欢迎来到我的优快云博客:http://blog.youkuaiyun.com/anshan1984/

 


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值