ASA047 is a C++ library, 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.
ASA047 is also available in a FORTRAN77 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.
You can go up one level to the C++ source codes.