toms450, a FORTRAN77 code which implements ACM toms algorithm 450, for seeking the minimizer of a scalar function of N variables.
The text of the algorithm as printed in the original reference had a number of errors which were corrected in a remark made the following year. The text of the algorithm has been corrected accordingly.
The text of many ACM toms algorithms is available online through ACM: http://www.acm.org/pubs/calgo or NETLIB: http://www.netlib.org/toms/index.html.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
toms450 is available in a FORTRAN77 version.
minpack, a FORTRAN90 library which contains routines which can minimize the absolute value of a function of several variables.
TEST_OPT, a FORTRAN90 library which contains routines defining a number of scalar functions of multiple variables to test minimization routines.