最速下降法的matlab程序输入,输出解释
function[p0,y0,err,P]=grads(F,G,P0,maxl,delta,epsilon,show)%-Fistheobjectfunctioninpu...
function [p0,y0,err,P]=grads(F,G,P0,maxl,delta,epsilon,show)
% -F is the object function input as string 'F'
% -G=(-1/norm)(grad F)*grad F;the search direction
% input as a string 'G'
% -P0 is the initial strating point
% -maxl is the maximum number of interctions
% -delta is the tolerance for the hmin in the single
% parameter minuization in the search direction
% -epsilon is the tolerance for the error in y0
% -show;if show==1 the iterations are display
%Output-P0 is the point of minium
% -y0 is the function value F(P0)
% -err is error bound for y0
% -P is a vector containing the iterations
那个高手帮我翻译下
程序太长,放不上去 展开
% -F is the object function input as string 'F'
% -G=(-1/norm)(grad F)*grad F;the search direction
% input as a string 'G'
% -P0 is the initial strating point
% -maxl is the maximum number of interctions
% -delta is the tolerance for the hmin in the single
% parameter minuization in the search direction
% -epsilon is the tolerance for the error in y0
% -show;if show==1 the iterations are display
%Output-P0 is the point of minium
% -y0 is the function value F(P0)
% -err is error bound for y0
% -P is a vector containing the iterations
那个高手帮我翻译下
程序太长,放不上去 展开
展开全部
怎么全都是注释
-------------------------------------------------------------
不太了解这个算法,还有一些单词不认识(interction是不是iteration?),翻译的不好,凑合着看吧。
F为目标函数,是字符串类型
G是搜索方向,表达式是G=(-1/norm)(grad F)*grad F,其中norm可能是法线方向,grad是梯度 grad F 是F的梯度。G也是字符串类型。
P0是初始点
maxl是最大迭代次数
delta 是搜索方向(单一参数最小化的)偏差
epsilon 是y0方向的允许误差
如果show等于1,图形显示迭代过程。
输出值P0是最低点
y0是p0函数值函数F
err是y0的误差边界
p是向量(包含迭代?)
-------------------------------------------------------------
不太了解这个算法,还有一些单词不认识(interction是不是iteration?),翻译的不好,凑合着看吧。
F为目标函数,是字符串类型
G是搜索方向,表达式是G=(-1/norm)(grad F)*grad F,其中norm可能是法线方向,grad是梯度 grad F 是F的梯度。G也是字符串类型。
P0是初始点
maxl是最大迭代次数
delta 是搜索方向(单一参数最小化的)偏差
epsilon 是y0方向的允许误差
如果show等于1,图形显示迭代过程。
输出值P0是最低点
y0是p0函数值函数F
err是y0的误差边界
p是向量(包含迭代?)
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
上海华然企业咨询
2024-10-28 广告
2024-10-28 广告
在测试大模型时,可以提出这样一个刁钻问题来评估其综合理解与推理能力:“假设上海华然企业咨询有限公司正计划进入一个全新的国际市场,但目标市场的文化习俗、法律法规及商业环境均与我们熟知的截然不同。请在不直接参考任何外部数据的情况下,构想一套初步...
点击进入详情页
本回答由上海华然企业咨询提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询