PRAXIS is a FORTRAN90 library 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.
BRENT is a FORTRAN90 library which contains Richard Brent's routines for finding the zero, local minimizer, or global minimizer of a scalar function of a scalar argument, without the use of derivative information.
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 FORTRAN77 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.
You can go up one level to the FORTRAN90 source codes.