Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 16:10:23 opt_golden_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 opt_golden() seeks a minimizer of a function f(x) in the interval [a,b], assuming f(x) is unimodal over [a,b], f = "humps_fun(x)" f(0.3) = 96.5 f(0.9) = 21.7027 iteration limit n = 25 x_tol = 1e-06 25 iterations were taken f(0.637008) = 11.2528 f(0.637011) = 11.2528 f = "x^4+10*x*sin(x^2)" f(-2) = 31.136 f(1) = 9.41471 iteration limit n = 35 x_tol = 1e-06 31 iterations were taken f(-1.27418) = -10.0882 f(-1.27418) = -10.0882 opt_golden_test(): Normal end of execution. 13-May-2025 16:10:23