代码搜索:Optimization
找到约 10,000 项符合「Optimization」的源代码
代码结果 10,000
www.eeworm.com/read/162415/10307444
m minimax.m
%MINIMAX Minimax optimization
%
% x=minimax('f',x0,options,'g') finds the value of x for which
% the maximal output of f(x) is minimal.
% options is optional, giving the optimization arguments. If
www.eeworm.com/read/162415/10307456
m fmin.m
%FMIN Find minimum of f(x)
%
% x=fmin('f',xlow,xhigh,options) finds the value of x for which f(x) is
% minimal in the range [xlow,xhigh].
% options is optional, giving the optimization arguments.
www.eeworm.com/read/162415/10307485
m fmins.m
%FMINS Find minimum of f(x1,x2,...)
%
% x=fmins('f',x0,options) finds the value of vector x near x0
% for which f(x) is minimal.
% options is optional, giving the optimization arguments. If optio