multimin_fminimizer::multimin_fminimizer ( uint  _dim,
double  _etol,
const gsl_multimin_fminimizer_type *  type = gsl_multimin_fminimizer_nmsimplex2rand 
)

Class constructor to initialize minimizer.

Parameters:
_dim: Dimension of function
_etol: error tolerance
type: type of minimization algorithm, see below for choices

Choice between :- gsl_multimin_fminimizer_nmsimplex2 - gsl_multimin_fminimizer_nmsimplex - gsl_multimin_fminimizer_nmsimplex2rand See http://www.gnu.org/software/gsl/manual/html_node/Multimin-Algorithms-without-Derivatives.html for details

All Classes Files Functions Variables Typedefs Friends Defines