02-Mar-2026 08:56:54 bisection_min_test(): MATLAB/Octavev version: 11.1.0 bisection_min() seeks a minimizer of a function f(x) in the interval [a,b], assuming f(x) is strictly unimodal over [a,b], f = humps_fun(x) f(0.3) = 96.5 f(0.9) = 21.7027 x_tol = 1e-06 Number of iterations: 21 Function evaluations: 43 f(0.637009) = 11.2528 f(0.637009) = 11.2528 f(0.637009) = 11.2528 f = test_fun(x) f(-2) = 31.136 f(1) = 9.41471 x_tol = 1e-06 Number of iterations: 23 Function evaluations: 47 f(-1.27418) = -10.0882 f(-1.27418) = -10.0882 f(-1.27418) = -10.0882 bisection_min_test(): Normal end of execution. 02-Mar-2026 08:56:54