Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Optimizer v4.9.0
|
TFCNCode.h
Go to the documentation of this file.
Definition TFCNCode.h:69
double operator()(const vector< double > &par) const
Definition TFCNCode.h:95
void clean()
double * _doutputValue
The output attribute name.
Definition TFCNCode.h:177
void init()
Int_t _nCost
the current position for the selected cost in the output list of attribute
Definition TFCNCode.h:179
TString _soutput
Name of the output attributes.
Definition TFCNCode.h:176
URANIE::Launcher::TCode * _code
Pointeur vers un TDS.
Definition TFCNCode.h:181
TString _sCost
The name of the selected cost (the number must be equal to 1)
Definition TFCNCode.h:178
TFCNCode(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *code, TString scost)
Constructor with a dataserver.
Definition TFCNCode.h:77
Rosenbrock's function (n=2) with first and second order derivatives.
Definition TBestEstimate.h:58