Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Calibration v4.9.0
|
TMinimisation.h
Go to the documentation of this file.
100 TMinimisation(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int nS=1, Option_t *option = "");
110 TMinimisation(URANIE::DataServer::TDataServer *tds, void (*fcn)(Double_t*,Double_t*), const char *varexpinput, const char *varexpoutput, int ns = 1, Option_t *option = "");
120 TMinimisation(URANIE::DataServer::TDataServer *tds, const char *fcn, const char *varexpinput, const char *varexpoutput, int ns = 1, Option_t *option = "");
128 TMinimisation(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, int ns = 1, Option_t *option = "");
Interface of class URANIE::Calibration::TCalibration.
Description of the class TMinimisation.
Definition TMinimisation.h:69
URANIE::Reoptimizer::TOptimShare * getOptimMaster()
Definition TMinimisation.h:139
void computeParameters(Option_t *option="")
Estimates the index from a Specific TDataServer.
void printLog(Option_t *option="")
TMinimisation(URANIE::DataServer::TDataServer *tds, const char *fcn, const char *varexpinput, const char *varexpoutput, int ns=1, Option_t *option="")
Default Calibration constructor with the function argument: it contains the assessor to be used.
URANIE::Relauncher::TRun * _optimRun
Optimisation runner.
Definition TMinimisation.h:84
TMinimisation(URANIE::DataServer::TDataServer *tds, void(*fcn)(Double_t *, Double_t *), const char *varexpinput, const char *varexpoutput, int ns=1, Option_t *option="")
Default Calibration constructor with the function argument: it contains the assessor to be used.
virtual void parseOption(Option_t *option="")
Read the possible options.
TMinimisation(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, int ns=1, Option_t *option="")
Default Calibration constructor with the code argument: it contains the assessor to be used.
void checktdsParContent()
Definition TMinimisation.h:169
TMinimisation(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int nS=1, Option_t *option="")
URANIE::Reoptimizer::TOptimShare * _optimMaster
Optimisation runner.
Definition TMinimisation.h:85
Definition TABC.cxx:46