English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReOptimizer: TVizirSimplex.h Source File
Uranie / ReOptimizer  v4.10.0
/* @license-end */
TVizirSimplex.h
Go to the documentation of this file.
1 // Copyright (C) 2013-2024 CEA/DES
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as published by
6 // the Free Software Foundation, either version 3 of the License, or any
7 // later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
18 // $Id$
19 // $Author$
20 // $Date$
21 // $Revision 1.2 $
22 // $State$
24 
32 #ifndef __TVIZIRSIMPLEX__
33 #define __TVIZIRSIMPLEX__
34 
35 //ROOT
36 #include "Rtypes.h"
37 
38 //URANIE
39 #include "Reoptimizer.h"
40 #include "TVizirSolver.h"
41 
42 struct nms;
43 
44 namespace URANIE
45 {
46 namespace Reoptimizer
47 {
48 
50 {
51 public:
52  TVizirSimplex();
53  virtual ~TVizirSimplex()
54  {
55  }
56 
57  // specific parameter
58 
59  //protocole
60  virtual struct vzragent *build(int, int, int, double);
61 
63 };
64 
65 }
66 } //namespace
67 #endif
68 
Definition: TCMAES.h:66
virtual struct vzragent * build(int, int, int, double)
Definition: TVizirSimplex.cxx:54
classe abstraite et racine pour les solvers de Vizir
Definition: TVizirSimplex.h:49
ClassDef(URANIE::Reoptimizer::TVizirSimplex, ID_REOPTIMIZER)
Definition: TVizirSolver.h:77
virtual ~TVizirSimplex()
Definition: TVizirSimplex.h:53
TVizirSimplex()
Definition: TVizirSimplex.cxx:46