local_min_rc_test, an Octave code which calls local_min_rc(), which seeks a local minimum of a scalar function of a scalar variable, without requiring derivatives, or assuming the function is differentiable, using reverse communication (RC).
The computer code and data files described and made available on this web page are distributed under the MIT license
local_min_rc, an Octave code which finds a local minimum of a scalar function of a scalar variable, without the use of derivative information, using reverse communication (RC), by Richard Brent.