ROOT logo
ROOT » MATH » MATHMORE » ROOT::Math::GSLSimAnParams

class ROOT::Math::GSLSimAnParams


   GSLSimAnFunc class description.
   Interface class for the  objetive function to be used in simulated annealing
   If user wants to re-implement some of the methods (like the one defining the metric) which are used by the
   the simulated annealing algorithm must build a user derived class.
   NOTE: Derived classes must re-implement the assignment and copy constructor to call them of the parent class

   @ingroup MultiMin

Function Members (Methods)

Data Members

public:
intiters_fixed_Tnumber of iterations at each temperature
doublek
doublemu
intn_triesnumber of points to try for each step
doublestep_sizemax step size used in random walk
doublet_initial
doublet_min

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

GSLSimAnParams()
 constructor with some default values