asa047_test
asa047_test
a MATLAB program which
calls asa047 to minimize a scalar function of several variables using the
Nelder-Mead algorithm.
Licensing:
The computer code and data files described and made available on this web page
are distributed under
the GNU LGPL license.
Related Data and Programs:
asa047,
a MATLAB library which
minimizes a scalar function of several variables
using the Nelder-Mead algorithm,
by R ONeill.
This is a version of Applied Statistics Algorithm 47.
Source Code:
-
asa047_test.m,
a sample calling program.
-
asa047_test.sh
-
asa047_test.txt,
the output file.
-
helical_test.m,
tests NELMIN with the helical function.
-
helical.m,
evaluates the helical function.
-
powell_test.m,
tests NELMIN with the Powell function.
-
powell.m,
evaluates the Powell function.
-
quartic_test.m,
tests NELMIN with the quartic function.
-
quartic.m,
evaluates the quartic function.
-
rosenbrock_test.m,
tests NELMIN with the Rosenbrock function.
-
rosenbrock.m,
evaluates the Rosenbrock function.
Last revised on 13 November 2018.