|
Classes | |
| class | ROOT::Math::GSLSimAnMinimizer |
| GSLSimAnMinimizer class for minimization using simulated annealing using the algorithm from GSL. More... | |
| class | ROOT::Math::Minimizer1D |
| Minimizer for arbitrary one dimensional functions. More... | |
| class | ROOT::Math::GSL1DMinimizer |
| wrapper class for gsl_min_fminimizer structure More... | |
Enumerations | |
| enum | ROOT::Math::EGSLMinimizerType { ROOT::Math::kConjugateFR, ROOT::Math::kConjugatePR, ROOT::Math::kVectorBFGS, ROOT::Math::kVectorBFGS2, ROOT::Math::kSteepestDescent } |
| enumeration specifying the types of GSL minimizers More... | |
| enum | ROOT::Math::Minim1D::Type { ROOT::Math::Minim1D::GOLDENSECTION, ROOT::Math::Minim1D::BRENT } |
| Enumeration with One Dimensional Minimizer Algorithms. More... | |
Enumeration with One Dimensional Minimizer Algorithms.
The algorithms are implemented using GSL, see the GSL manual.
The algorithms available are:
Definition at line 61 of file Minimizer1D.h.
1.5.3