English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / MetaModelOptim: TEgoDynSolver.h Source File
Uranie / MetaModelOptim  v4.10.0
/* @license-end */
TEgoDynSolver.h
Go to the documentation of this file.
1 /* --- Ansi C --- */
3 // Copyright (C) 2019 CEA/DEN
4 //
5 // This program is free software: you can redistribute it and/or
6 // modify it under the terms of the GNU Lesser General Public License
7 // as published by the Free Software Foundation, either version 3 of
8 // the License, or any later version.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU Lesser General Public License for more details.
14 //
15 // You should have received a copy of the GNU Lesser General Public
16 // License along with this program.
17 // if not, see <http://www.gnu.org/licenses/>.
19 
28 #ifndef __EGODYNSOLVER__
29 #define __EGODYNSOLVER__
30 
31 // ROOT
32 
33 // Uranie
34 #include "TDataServer.h"
35 #include "TRun.h"
36 #include "TVizirGenetic.h"
37 #include "TVizir2.h"
38 #include "TOptimFit.h"
39 
40 #include "TEgoShareSolver.h"
41 
42 namespace URANIE {
43 namespace MetaModelOptim {
44 
45 class TEgoDynSolver : public TEgoVzrSolver
46 {
47 protected:
48  virtual void fitnessChanged();
49  virtual void extend();
50 
51 public:
52  TEgoDynSolver();
53  virtual ~TEgoDynSolver();
54 
55  virtual void build(URANIE::Relauncher::TRun *,
56  vector<URANIE::DataServer::TAttribute*>&, URANIE::DataServer::TAttribute *);
57  virtual int getNext(long ev, int nb,
58  vector<vector<URANIE::DataServer::UEntry*>> &sampl,
59  vector<char> &mark);
60 
62 };
63 
64 } } //namespace
65 
66 #endif
67 
Definition: TEGO.h:57
TEgoDynSolver()
Definition: TEgoDynSolver.cxx:39
Definition: TEgoDynSolver.h:45
#define ID_EGO
Definition: TEGO.h:31
virtual void build(URANIE::Relauncher::TRun *, vector< URANIE::DataServer::TAttribute *> &, URANIE::DataServer::TAttribute *)
Definition: TEgoDynSolver.cxx:62
virtual void extend()
Definition: TEgoDynSolver.cxx:56
virtual int getNext(long ev, int nb, vector< vector< URANIE::DataServer::UEntry *>> &sampl, vector< char > &mark)
Definition: TEgoDynSolver.cxx:87
recherche du point minimisant l&#39;EI
virtual ~TEgoDynSolver()
Definition: TEgoDynSolver.cxx:44
virtual void fitnessChanged()
Definition: TEgoDynSolver.cxx:50