10 #ifndef ROOT_Minuit2_SimplexBuilder
11 #define ROOT_Minuit2_SimplexBuilder
13 #ifndef ROOT_Minuit2_MinimumBuilder
22 class FunctionMinimum;
48 #endif // ROOT_Minuit2_SimplexBuilder
Namespace for new ROOT classes and functions.
MinimumSeed contains the starting values for the minimization produced by the SeedGenerator.
class holding the full result of the minimization; both internal and external (MnUserParameterState) ...
Wrapper class to FCNBase interface used internally by Minuit.
Performs a minimization using the simplex method of Nelder and Mead (ref.
virtual FunctionMinimum Minimum(const MnFcn &, const GradientCalculator &, const MinimumSeed &, const MnStrategy &, unsigned int, double) const
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
interface class for gradient calculators