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