10#ifndef ROOT_Minuit2_MinimumSeedGenerator
11#define ROOT_Minuit2_MinimumSeedGenerator
19class GradientCalculator;
20class MnUserParameterState;
22class AnalyticalGradientCalculator;
interface class for gradient calculators
base class for seed generators (starting values); the seed generator prepares initial starting values...
virtual MinimumSeed operator()(const MnFcn &, const AnalyticalGradientCalculator &, const MnUserParameterState &, const MnStrategy &) const =0
virtual ~MinimumSeedGenerator()
virtual MinimumSeed operator()(const MnFcn &, const GradientCalculator &, const MnUserParameterState &, const MnStrategy &) const =0
Wrapper class to FCNBase interface used internally by Minuit.
API class for defining four levels of strategies: low (0), medium (1), high (2), very high (>=3); act...
class which holds the external user and/or internal Minuit representation of the parameters and error...
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...