27 #ifndef ROOT_Math_GSLSimAnMinimizer
28 #define ROOT_Math_GSLSimAnMinimizer
32 #ifndef ROOT_Math_BasicMinimizer
37 #ifndef ROOT_Math_IFunctionfwd
41 #ifndef ROOT_Math_IParamFunctionfwd
47 #ifndef ROOT_Math_GSLSimAnnealing
97 if (
this == &rhs)
return *
this;
108 unsigned int NCalls()
const;
GSLSimAnnealing class for performing a simulated annealing search of a multidimensional function...
Namespace for new ROOT classes and functions.
Base Minimizer class, which defines the basic funcionality of various minimizer implementations (apar...
virtual bool Minimize()
method to perform the minimization
GSLSimAnMinimizer class for minimization using simulated annealing using the algorithm from GSL...
GSLSimAnMinimizer(const GSLSimAnMinimizer &)
Copy constructor.
GSLSimAnMinimizer(int type=0)
Default constructor.
virtual ~GSLSimAnMinimizer()
Destructor (no operations)
Namespace for new Math classes and functions.
ROOT::Math::GSLSimAnnealing fSolver
unsigned int NCalls() const
number of function calls to reach the minimum
GSLSimAnMinimizer & operator=(const GSLSimAnMinimizer &rhs)
Assignment operator.