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)

public:
~GSLSimAnParams()
ROOT::Math::GSLSimAnParamsGSLSimAnParams()
ROOT::Math::GSLSimAnParamsGSLSimAnParams(const ROOT::Math::GSLSimAnParams&)
ROOT::Math::GSLSimAnParams&operator=(const ROOT::Math::GSLSimAnParams&)

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(const ROOT::Math::GSLSimAnParams& )
 constructor with some default values

Author: L. Moneta Thu Jan 25 11:13:48 2007
Last change: root/mathmore:$Id: GSLSimAnnealing.h 21553 2007-12-21 10:55:46Z moneta $
Last generated: 2008-06-25 08:29
Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.