bisection_min_test, a MATLAB code which calls bisection_min(), which uses the bisection method to estimate a minimizer of a function f(x) assumed to be strictly unimodal ("U-shaped") over the interval [a,b].
The information on this web page is distributed under the MIT license.
bisection_min, a MATLAB code which uses the bisection method to estimate a minimizer of a function f(x) assumed to be strictly unimodal ("U-shaped") over the interval [a,b].