Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Optimizer
v4.10.0
|
URANIE::Optimizer::TFCNCode Class Reference
#include <TFCNCode.h>
Inheritance diagram for URANIE::Optimizer::TFCNCode:

Collaboration diagram for URANIE::Optimizer::TFCNCode:

Public Member Functions | |
TFCNCode () | |
TFCNCode (URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *code, TString scost) | |
Constructor with a dataserver. More... | |
~TFCNCode () | |
void | init () |
double | operator() (const vector< double > &par) const |
double | Up () const |
void | clean () |
Private Attributes | |
int | _ninput |
double * | _dinputValue |
int | _noutput |
TString | _soutput |
Name of the output attributes. More... | |
double * | _doutputValue |
The output attribute name. More... | |
TString | _sCost |
The name of the selected cost (the number must be equal to 1) More... | |
Int_t | _nCost |
the current position for the selected cost in the output list of attribute More... | |
URANIE::DataServer::TDataServer * | _tds |
URANIE::Launcher::TCode * | _code |
Pointeur vers un TDS. More... | |
Constructor & Destructor Documentation
◆ TFCNCode() [1/2]
|
inline |
◆ TFCNCode() [2/2]
|
inline |
Constructor with a dataserver.
References init().
◆ ~TFCNCode()
|
inline |
References _dinputValue, and _doutputValue.
Member Function Documentation
◆ clean()
void URANIE::Optimizer::TFCNCode::clean | ( | ) |
Referenced by ClassImp().
◆ init()
void URANIE::Optimizer::TFCNCode::init | ( | ) |
Referenced by ClassImp(), and TFCNCode().
◆ operator()()
double URANIE::Optimizer::TFCNCode::operator() | ( | const vector< double > & | par | ) | const |
Referenced by ClassImp().
◆ Up()
|
inline |
Member Data Documentation
◆ _code
|
private |
Pointeur vers un TDS.
Referenced by ClassImp().
◆ _dinputValue
|
private |
Referenced by ClassImp(), and ~TFCNCode().
◆ _doutputValue
|
private |
The output attribute name.
Referenced by ClassImp(), and ~TFCNCode().
◆ _nCost
|
private |
the current position for the selected cost in the output list of attribute
Referenced by ClassImp().
◆ _ninput
|
private |
Referenced by ClassImp().
◆ _noutput
|
private |
Referenced by ClassImp().
◆ _sCost
|
private |
The name of the selected cost (the number must be equal to 1)
Referenced by ClassImp().
◆ _soutput
|
private |
Name of the output attributes.
Referenced by ClassImp().
◆ _tds
|
private |
Referenced by ClassImp().