local_min_test
local_min_test,
a MATLAB code which
calls local_min(), which
finds a local minimum of a scalar function of a scalar variable,
by Richard Brent.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the MIT license
Related Data and Programs:
local_min,
a MATLAB code which
finds a local minimum of a scalar function of a scalar variable,
by Richard Brent.
Source Code:
-
local_min_example.m,
applies local_min() to one of the example functions.
-
g_01.m,
local minimum test function #1.
-
g_02.m,
local minimum test function #2.
-
g_03.m,
local minimum test function #3.
-
g_04.m,
local minimum test function #4.
-
g_05.m,
local minimum test function #5.
-
g_06.m,
local minimum test function #6.
-
g_07.m,
local minimum test function #7.
Last revised on 10 June 2021.