English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / MetaModelOptim: TEgoHjDynSolver.h Source File
Uranie / MetaModelOptim v4.9.0
/* @license-end */
TEgoHjDynSolver.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
27#ifndef __EGOHJDYNSOLVER__
28#define __EGOHJDYNSOLVER__
29
30// ROOT
31
32// Uranie
33#include "TDataServer.h"
34#include "TRun.h"
35//#include "TOptimFit.h"
36
37//
38#include "TEgoShareSolver.h"
39//#include "THJMA.h"
40
41
42namespace URANIE {
43namespace MetaModelOptim {
44
46{
47protected :
48 URANIE::Reoptimizer::TGreaterFit _signif;
49
50 void fitnessChanged();
51 void extend();
52
53public :
55 virtual ~TEgoHjDynSolver();
56
57 void build(URANIE::Relauncher::TRun *,
58 vector<URANIE::DataServer::TAttribute*>&, URANIE::DataServer::TAttribute *);
59
61};
62
63} } // namespace
64
65#endif
66
#define ID_EGO
Definition TEGO.h:31
recherche du point minimisant l'EI
Definition TEgoHjDynSolver.h:46
void extend()
Definition TEgoHjDynSolver.cxx:49
void fitnessChanged()
Definition TEgoHjDynSolver.cxx:44
TEgoHjDynSolver()
Definition TEgoHjDynSolver.cxx:33
URANIE::Reoptimizer::TGreaterFit _signif
Definition TEgoHjDynSolver.h:48
virtual ~TEgoHjDynSolver()
Definition TEgoHjDynSolver.cxx:38
void build(URANIE::Relauncher::TRun *, vector< URANIE::DataServer::TAttribute * > &, URANIE::DataServer::TAttribute *)
Definition TEgoHjDynSolver.cxx:52
Definition TEgoShareSolver.h:101
Definition TEGO.h:57