最优化方法课程设计参考模.docx
《最优化方法课程设计参考模.docx》由会员分享,可在线阅读,更多相关《最优化方法课程设计参考模.docx(25页珍藏版)》请在第一文库网上搜索。
1、最优化方法课程设计题目:共一梯度法算法分析与实现院系:数学与计算科学学院专业:数学与应用数学姓名:梁婷艳学号:0800730103指导教师:李丰兵日期:2015年12月30日摘要在各种优化算法中,共班梯度法是非常重要的一种。本文主要介绍的共班梯度法是介于最速下降法与牛顿法之间的一种无约束优化算法,它具有超线性收敛速度,而且算法结构简单,容易编程实现。在本次实验中,我们首先分析共甄方向法、对该算法进行分析,运用基于共辄方向的一种算法一共辄梯度法进行无约束优化问题的求解。无约束最优化方法的核心问题是选择搜索方向。共班梯度法的基本思想是把共颖性与最速下降方法相结合,利用已知点处的梯度构造一组共辄方向
2、,并沿这组方向进行搜索,求出目标函数的极小点。根据共辄方向的基本性质,这种方法具有二次终止性。再结合该算法编写mat1ab程序,求解无约束优化问题,再结合牛顿算法的理论知识,编写mat1ab程序,求解相同的无约束优化问题,进行比较分析,得出共把梯度法和牛顿法的不同之处以及共班梯度法的优缺点。共班梯度法仅需利用一阶导数信息,避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共班梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。共班梯度法是一个典型的共辄方向法,它的每一个搜索方向是互相共掘的,而这些搜索方向仅仅是负梯度方向与上一次迭代的搜索方向的组合,因此
3、,存储量少,计算方便。关键词:共辗梯度法;超线性收敛;牛顿法;无约束优化AbstractInavarietyofoptimizationa1gorithms,conjugategradientmethodisaveryimportantone.Inthispaper,theconjugategradientmethodisbetweenthesteepestdescentmethodandNewtonmethodforunconstrainedoptimizationbetweenamethod,ithassuper1inearconvergencerate,andthea1gorithmis
4、simp1eandeasyprogramming.Inthisexperiment,wefirstana1yzetheconjugatedirectionmethod,thea1gorithmana1ysis,theuseofaconjugatedirection-baseda1gorithm-conjugategradientmethodforunconstrainedoptimizationprob1ems.Unconstrainedoptimizationmethodistose1ectthecoreissueofthesearchdirection.Conjugategradientm
5、ethodisthebasicideaoftheconjugatedescentmethodwiththemostcombinedpointsinthegradientusingtheknownstructureofasetofconjugatedirections,andsearcha1ongthedirectionofthisgroup,findtheminimumpointofobjectivefunction.Accordingtothebasicnatureoftheconjugatedirection,thismethodhasthequadratictermination.Com
6、binedwiththepreparationofthisa1gorithmmat1abprogramforso1vingunconstrainedoptimizationprob1ems,combinedwithNewtonstheoryofknow1edge,writingmat1abprogramtoso1vethesameprob1emofunconstrainedoptimization,comparisonana1ysis,theconjugategradientmethodandNewtonmethoddifferentOfficeandtheadvantagesanddisad
7、vantagesoftheconjugategradientmethod.Conjugategradientmethodusingon1yfirstderivativeinformation,toavoidtheNewtonmethodrequiresstorageandcomputingtheinverseHessematrixandshortcomings,isnoton1ytheconjugategradientmethodtoso1ve1arge1inearsystemsoneofthemostusefu1,buta1so1arge-sca1eso1utionnon1inearopti
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 优化 方法 课程设计 参考