文件名称:Gradient-method
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
程序采用梯度下降法求解函数最小值,函数系数矩阵分别为50x50和100x100,梯度下降法中,同时采用了精确直线搜索和回溯直线搜索,并比较了两种方法的收敛速度,用图形表示。文件里面有具体问题描述。-Program uses a gradient descent method for solving the minimum, function coefficient matrix are 50x50 and 100x100, gradient descent method, while using the precise linear search linear search and backtracking, and compare the convergence rate of the two methods, using a graphical representation. Documents which have specific descr iption of the problem.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
第一次编程作业\Gradient_Main.m
..............\Gradient_method.m
..............\m=100.mat
..............\m=50.mat
..............\梯度下降说明 .pdf
第一次编程作业