代码搜索:Minimization
找到约 746 项符合「Minimization」的源代码
代码结果 746
www.eeworm.com/read/179705/9342409
texi multimin.texi
@cindex minimization, multidimensional
This chapter describes routines for finding minima of arbitrary
multidimensional functions. The library provides low level components
for a variety of iterativ
www.eeworm.com/read/418598/10939539
m levmar.m
function [ret, popt, info, covar]=levmar(fname, jacname, p0, x, itmax, opts, type)
% LEVMAR matlab MEX interface to the levmar non-linear least squares minimization
% library available from http://ww
www.eeworm.com/read/487881/6501470
m levmar.m
function [ret, popt, info, covar]=levmar(fname, jacname, p0, x, itmax, opts, type)
% LEVMAR matlab MEX interface to the levmar non-linear least squares minimization
% library available from http://ww
www.eeworm.com/read/124283/14579518
texi multimin.texi
@cindex minimization, multidimensional
This chapter describes routines for finding minima of arbitrary
multidimensional functions. The library provides low level components
for a variety of iterativ
www.eeworm.com/read/167728/5453198
texi multimin.texi
@cindex minimization, multidimensional
This chapter describes routines for finding minima of arbitrary
multidimensional functions. The library provides low level components
for a variety of iterativ
www.eeworm.com/read/368885/9674741
m levmar.m
function [ret, popt, info, covar]=levmar(fname, jacname, p0, x, itmax, opts, type)
% LEVMAR matlab MEX interface to the levmar non-linear least squares minimization
% library available from http://ww
www.eeworm.com/read/368337/9701499
texi multimin.texi
@cindex minimization, multidimensional
This chapter describes routines for finding minima of arbitrary
multidimensional functions. The library provides low level components
for a variety of iter
www.eeworm.com/read/102394/15783346
texi multimin.texi
@cindex minimization, multidimensional
This chapter describes routines for finding minima of arbitrary
multidimensional functions. The library provides low level components
for a variety of iterativ
www.eeworm.com/read/287260/8699327
m mincut.m
function [flow,cutside] = mincut(sourcesink,remain)
% MINCUT Graph Max-Flow/Min-Cut.
% [FLOW,CUTSIDE] = MINCUT(SOURCESINK,REMAIN) returns a graph's maximum flow and minimum cut.
% The graph
www.eeworm.com/read/424063/10501621
m contents.m
% Optimization Toolbox.
% Version 1.0d 1-Mar-94
%
% Nonlinear minimization of functions.
% attgoal - Multi-objective goal attainment.
% constr - Constrained minimization.
% fmin