文件名称:BFGS
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
本代码为《最优化理论与方法》书籍中的牛顿法和拟牛顿法算法的代码,并举了2个书上的作业题的例子,本代码中的目标函数和约束等初值可由需要进行改变,来得到所期望的计算-The code for the " optimization theory and method" books in the Newton method and quasi-Newton method algorithm code, citing two books on the example of the job title, the code in the objective function and constraints may need to change the initial value to obtain the desired calculation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BFGS
....\Newton's method
....\...............\dampnm.m
....\...............\fun1.m
....\...............\gfun1.m
....\...............\Hess1.m
....\quasi-Newton method
....\...................\dfp.m
....\...................\fun.m
....\...................\gfun.m
....\...................\Hess.m