fminbnd_vec_released(funfcn,min_bound,max_bound,num_vecs)
This function attempts to solve numerous single variable minimization problems simultaneously utilizing a vectorized version of MATLAB's fminbnd. As shown in the figure, this vectorization can result in significant performance increases. Read demo for more information.
Known issues: It is possible to chain multiple variable solutions which is often faster than fminsearch or fmincon but is very difficult.
If you find issues or have questions please comment below and I will get back to you asap.
Cite As
Nick Durkee (2026). fminbnd_vec_released(funfcn,min_bound,max_bound,num_vecs) (https://au.mathworks.com/matlabcentral/fileexchange/67405-fminbnd_vec_released-funfcn-min_bound-max_bound-num_vecs), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Optimization >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
script_release/
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | Added note Updated demo and notes accordingly |
