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