文件名称:steepest-descent-method
介绍说明--下载内容均来自于网络,请自行研究使用
本代码为《最优化理论与方法》书籍中的拥有Amijo改进的最速下降法算法的代码,并举了3个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books have Amijo improvement in the steepest descent method algorithm code, citing the three books on the example of the job title, the code in the objective function and constraints may require initial changed to obtain the desired calculation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
steepest descent method
.......................\chapter5_4
.......................\..........\fun.m
.......................\..........\gfun.m
.......................\..........\grad.m
.......................\..........\Hess.m
.......................\chapter5_6
.......................\..........\fun1.m
.......................\..........\gfun1.m
.......................\..........\grad1.m
.......................\..........\Hess1.m
.......................\chapter5_9
.......................\..........\fun1.m
.......................\..........\gfun1.m
.......................\..........\grad2.m
.......................\..........\Hess1.m