|
ROOT
Reference Guide |
|
Go to the documentation of this file.
10 #ifndef ROOT_Minuit2_MnSeedGenerator
11 #define ROOT_Minuit2_MnSeedGenerator
Wrapper class to FCNBase interface used internally by Minuit.
concrete implementation of the MinimumSeedGenerator interface; used within ModularFunctionMinimizer;
class which holds the external user and/or internal Minuit representation of the parameters and error...
API class for defining three levels of strategies: low (0), medium (1), high (>=2); acts on: Migrad (...
virtual ~MnSeedGenerator()
base class for seed generators (starting values); the seed generator prepares initial starting values...
virtual MinimumSeed operator()(const MnFcn &, const GradientCalculator &, const MnUserParameterState &, const MnStrategy &) const
interface class for gradient calculators
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
MinimumSeed contains the starting values for the minimization produced by the SeedGenerator.