Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Modeler v4.9.0
|
URANIE::Modeler Namespace Reference
Enumerations | |
enum | EDistance { kEuclidean , kL1 , kManhattan , kChebyshev , kMahalanobis } |
Functions | |
void | StepByStepOutput (Double_t *val, vector< Int_t * > indices) |
void | functionLauncher (vector< Double_t * > ptEXp) |
Enumeration Type Documentation
◆ EDistance
Function Documentation
◆ functionLauncher()
void URANIE::Modeler::functionLauncher | ( | vector< Double_t * > | ptEXp | ) |
- Parameters
-
ptExp : vector of Double_t * which contains the iterator number, the value of the point where the calcul is launched, the result of this calcul and the number of running of the ANISP method
Referenced by ClassImp().
◆ StepByStepOutput()
void URANIE::Modeler::StepByStepOutput | ( | Double_t * | val, |
vector< Int_t * > | indices | ||
) |
- Parameters
-
val : pointer to a Double_t fill with the values of a multi-indice indices : vector of Double_t * which contains the iterator number, the value of the point where the calcul is launched, the result of this calcul and the number of running of the ANISP method
Referenced by ClassImp().