Fullminsearch

Exhaustive search optimization method for one to multidimensional cases.
240 Downloads
Updated 14 May 2012

View License

[x,fval,exitflag,output] = fullminsearch(funfcn, xlow, xhigh, xstep)
minimizes function "funfcn" using exhaustive search in space defined by:
"xlow" - lower limits of parameters (vector)
"xhigh" - upper limits of parameters (vector)
"xtep" - step for each parameter (vector)

Rule:
length(xlow) = length(xhigh) = length(xstep);

"exitflag" - number of find same minimums

Cite As

Vratislav Harabis (2024). Fullminsearch (https://www.mathworks.com/matlabcentral/fileexchange/36687-fullminsearch), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0