optisection_test, a MATLAB code which calls optisection(), which estimates a minimizer of a function f(x) over the interval [a,b], assuming f(x) is unimodal ("U-shaped") over [a,b]. The method is often faster than bisection or golden section. It was developed by Vladimir Kodnyanko.
The information on this web page is distributed under the MIT license.
optisection, a MATLAB code which estimates a minimizer of a function f(x) over the interval [a,b], assuming f(x) is unimodal ("U-shaped") over [a,b]. The method is often faster than bisection or golden section. It was developed by Vladimir Kodnyanko.