Logo ROOT   6.16/01
Reference Guide
ScanMinimizer.h
Go to the documentation of this file.
1// @(#)root/minuit2:$Id$
2// Authors: M. Winkler, F. James, L. Moneta, A. Zsenei 2003-2005
3
4/**********************************************************************
5 * *
6 * Copyright (c) 2005 LCG ROOT Math team, CERN/PH-SFT *
7 * *
8 **********************************************************************/
9
10#ifndef ROOT_Minuit2_ScanMinimizer
11#define ROOT_Minuit2_ScanMinimizer
12
13#include "Minuit2/MnConfig.h"
15#include "Minuit2/ScanBuilder.h"
17
18#include <vector>
19
20namespace ROOT {
21
22 namespace Minuit2 {
23
24//_____________________________________________________________
25/**
26 Class implementing the required methods for a minimization using SCAN
27 API is provided in the upper ROOT::Minuit2::ModularFunctionMinimizer class
28 */
29
31
32public:
33
36
38
40 const MinimumBuilder& Builder() const {return fBuilder;}
42
43private:
44
47};
48
49 } // namespace Minuit2
50
51} // namespace ROOT
52
53#endif // ROOT_Minuit2_ScanMinimizer
base class for seed generators (starting values); the seed generator prepares initial starting values...
Base common class providing the API for all the minimizer Various Minimize methods are provided varyi...
Performs a minimization using the simplex method of Nelder and Mead (ref.
Definition: ScanBuilder.h:28
Class implementing the required methods for a minimization using SCAN API is provided in the upper RO...
Definition: ScanMinimizer.h:30
MinimumBuilder & Builder()
Definition: ScanMinimizer.h:41
const MinimumSeedGenerator & SeedGenerator() const
Definition: ScanMinimizer.h:39
const MinimumBuilder & Builder() const
Definition: ScanMinimizer.h:40
SimplexSeedGenerator fSeedGenerator
Definition: ScanMinimizer.h:45
generate Simplex starting point (state)
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21