


   Multidimensional minimization of a function FUNC(X), where X is an
   N-dimensional vector, using the downhill simplex method of Nelder
   and Mead, 1965, Computer Journal, Vol 7, pp 308-313.

   This routine is based on the AMOEBA routine, Numerical Recipes in
   C: The Art of Scientific Computing (Second Edition), Page 411, and
   is used by permission.






