ASA047
Nelder-Mead Minimization Algorithm


ASA047 is a FORTRAN77 program, using double precision arithmetic, which seeks to minimize a scalar function of several variables using the Nelder-Mead algorithm.

ASA047 is Applied Statistics Algorithm 47. Source code for many Applied Statistics Algorithms is available through STATLIB.

Related Data and Programs:

ASA047 is also available in a C++ version and a FORTRAN90 version and a MATLAB version.

COORDINATE_SEARCH is an executable MATLAB program which minimizes a scalar function of several variables using the coordinate search algorithm.

DQED is a FORTRAN90 library which solves constrained least squares problems.

ENTRUST is an executable MATLAB program which minimizes a scalar function of several variables using trust-region methods.

MINPACK is a FORTRAN90 library which solves systems of nonlinear equations, or the least squares minimization of the residual of a set of linear or nonlinear equations.

NELDER_MEAD is an executable MATLAB program which minimizes a scalar function of several variables using the Nelder-Mead algorithm.

NL2SOL is a FORTRAN90 library which implements an adaptive nonlinear least-squares algorithm.

PRAXIS is a FORTRAN90 routine which minimizes a scalar function of several variables.

TEST_OPT a FORTRAN90 library which defines test problems requiring the minimization of a scalar function of several variables.

TOMS178 a FORTRAN77 library which optimizes a scalar functional of multiple variables using the Hooke-Jeeves method.

TOMS611 is a FORTRAN77 library which solves problems in unconstrained minimization.

Reference:

  1. John Nelder, Roger Mead,
    A simplex method for function minimization,
    Computer Journal,
    Volume 7, 1965, pages 308-313.
  2. R ONeill,
    Algorithm AS 47: Function Minimization Using a Simplex Procedure,
    Applied Statistics,
    Volume 20, Number 3, 1971, pages 338-345.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN77 source codes.


Last revised on 19 February 2008.