27#ifndef ROOT_Math_GSLSimAnMinimizer 
   28#define ROOT_Math_GSLSimAnMinimizer 
   92      unsigned int NCalls() 
const override;
 
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t type
 
Base Minimizer class, which defines the basic functionality of various minimizer implementations (apa...
 
GSLSimAnMinimizer class for minimization using simulated annealing using the algorithm from GSL.
 
bool Minimize() override
method to perform the minimization
 
void SetParameters(const GSLSimAnParams ¶ms)
set new minimizer option parameters using directly the GSLSimAnParams structure
 
GSLSimAnMinimizer(int type=0)
Default constructor.
 
void DoSetSimAnParameters(const MinimizerOptions &opt)
set minimizer option parameters from stored ROOT::Math::MinimizerOptions (fOpt)
 
unsigned int NCalls() const override
number of calls
 
const GSLSimAnParams & MinimizerParameters() const
Get current minimizer option parameters.
 
ROOT::Math::GSLSimAnnealing fSolver
 
~GSLSimAnMinimizer() override
Destructor (no operations)
 
void DoSetMinimOptions(const GSLSimAnParams ¶ms)
Set the Minimizer options from the simulated annealing parameters.
 
GSLSimAnnealing class for performing a simulated annealing search of a multidimensional function.
 
void SetParams(const GSLSimAnParams ¶ms)
 
GSLSimAnParams & Params()
 
Namespace for new Math classes and functions.
 
structure holding the simulated annealing parameters