Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Optimizer v4.9.0
|
#include <TFCNCode.h>
Public Member Functions | |
TFCNCode () | |
TFCNCode (URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *code, TString scost) | |
Constructor with a dataserver. | |
~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. | |
double * | _doutputValue |
The output attribute name. | |
TString | _sCost |
The name of the selected cost (the number must be equal to 1) | |
Int_t | _nCost |
the current position for the selected cost in the output list of attribute | |
URANIE::DataServer::TDataServer * | _tds |
URANIE::Launcher::TCode * | _code |
Pointeur vers un TDS. | |
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()()
|
inline |
References _code, _dinputValue, _doutputValue, _nCost, _ninput, _noutput, _sCost, and _tds.
◆ Up()
|
inline |
Member Data Documentation
◆ _code
|
private |
Pointeur vers un TDS.
Referenced by ClassImp(), and operator()().
◆ _dinputValue
|
private |
Referenced by ClassImp(), operator()(), and ~TFCNCode().
◆ _doutputValue
|
private |
The output attribute name.
Referenced by ClassImp(), operator()(), and ~TFCNCode().
◆ _nCost
|
private |
the current position for the selected cost in the output list of attribute
Referenced by ClassImp(), and operator()().
◆ _ninput
|
private |
Referenced by ClassImp(), and operator()().
◆ _noutput
|
private |
Referenced by ClassImp(), and operator()().
◆ _sCost
|
private |
The name of the selected cost (the number must be equal to 1)
Referenced by ClassImp(), and operator()().
◆ _soutput
|
private |
Name of the output attributes.
Referenced by ClassImp().
◆ _tds
|
private |
Referenced by ClassImp(), and operator()().