Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Optimizer v4.9.0
|
TObjectiveUncertainty.h
Go to the documentation of this file.
Interface of class URANIE::Optimize::TObjective.
Description of the class TObjectiveUncertainty.
Definition TObjectiveUncertainty.h:56
Double_t getObjective(Double_t *dvalues, Int_t nrow)
TString getSigmaName()
return the value of the attribute _systaruncert
Definition TObjectiveUncertainty.h:86
virtual void printLog(Option_t *option="")
void setYStar(URANIE::DataServer::TDataServer *tds, TString ystar, TString ystaruncert)
Definition TObjectiveUncertainty.h:78
TObjectiveUncertainty(TString name)
Constructor by name only.
virtual ~TObjectiveUncertainty()
Default destructor.
TString _systaruncert
Name of uncertainty of ystar.
Definition TObjectiveUncertainty.h:58
Description of the class TObjective. This class computes the ojective (from L2 point of view).
Definition TObjective.h:62
void setYStar(URANIE::DataServer::TDataServer *tds, TString ystar)
Definition TObjective.h:147
Rosenbrock's function (n=2) with first and second order derivatives.
Definition TBestEstimate.h:58