Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Optimizer v4.9.0
|
TObjective.h
Go to the documentation of this file.
Description of the class TObjective. This class computes the ojective (from L2 point of view).
Definition TObjective.h:62
Double_t _dweightold
The old Weight of the Objective function to save.
Definition TObjective.h:70
virtual void printLog(Option_t *option="")
Double_t getObjectiveWithoutWeight() const
Definition TObjective.h:102
virtual Double_t getObjective(Double_t *dvalues, Int_t nrow)
URANIE::Launcher::TOutputFile * _outfile
Pointer of Output file of TCode into YHAT.
Definition TObjective.h:77
Double_t _dvalue
Value of the Objective function.
Definition TObjective.h:71
Double_t _dweight
Weight of the Objective function.
Definition TObjective.h:69
void setYHat(URANIE::Launcher::TOutputFile *outfile, TString yhat)
Definition TObjective.h:152
int _nshare
number of object accessing it
Definition TObjective.h:75
void setYStar(URANIE::DataServer::TDataServer *tds, TString ystar)
Definition TObjective.h:147
URANIE::DataServer::TDataServer * _tds
Pointer of a TDS into YHat.
Definition TObjective.h:76
Rosenbrock's function (n=2) with first and second order derivatives.
Definition TBestEstimate.h:58