English Français

Documentation / Developer's manual

Available modules

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