PRAXIS
Scalar Function Optimization


PRAXIS is a library of FORTRAN77 routines, using double precision arithmetic, which carries out Richard Brent's "principal axis" optimization method.

PRAXIS seeks an M-dimensional point X which minimizes a given scalar function F(X). The code is a refinement of Powell's method of conjugate search directions. The user does not need to supply the partial derivatives of the function F(X). In fact, the function F(X) need not be smoothly differentiable.

Related Data and Programs:

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

ENTRUST is a MATLAB program which solves problems in scalar optimization or nonlinear least squares.

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.

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

PRAXIS is also available in a FORTRAN90 version.

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

TOMS611 is a FORTRAN90 library which seeks the minimizer of a scalar functional of multiple variables.

Reference:

Source Code:

Examples and Tests:

List of Routines:

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


Last revised on 02 February 2008.