Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Sampler
v4.10.0
|
TSamplingMixture.h
Go to the documentation of this file.
Definition: TAMHCopula.h:59
Interface with the simplex class developped by B. Secher (LGLS).
Definition: TSamplingMixture.h:78
Creation of the abstract class TSamplerDeterminist.
Double_t _dThreshold
constraint: {x_{i} = dThreshold
Definition: TSamplingMixture.h:98
void unsetCenterSegments()
Unset the Flag of CenterSegments.
Definition: TSamplingMixture.h:273
Bool_t _bCenterEdges
Flag for the CenterEdges.
Definition: TSamplingMixture.h:103
Fill the list of points in the TDS with a type void fillListOfCandidatesPoints(list< vector< double > > lst, EType typePoint)
const char * getNameInternalAttributeCandidatesPoints()
Return the name of the internal attribute to known if point is a candidates point ( equal to 0) or no...
Definition: TSamplingMixture.h:171
void setCenterSegments()
Set the Flag of CenterSegments.
Definition: TSamplingMixture.h:268
Bool_t getTrace()
Return the trace flag.
Definition: TSamplingMixture.h:206
void setThirdEdges()
Set the Flag of ThirdEdges.
Definition: TSamplingMixture.h:235
Int_t getNGeneratedSample()
Return the number of call of the generateSample method.
Definition: TSamplingMixture.h:189
void unsetSummits()
Unset the Flag of summits.
Definition: TSamplingMixture.h:219
void unsetSaveCandidates()
Unset the Flag of CenterSegments.
Definition: TSamplingMixture.h:284
Int_t _nGenerateSample
The index of times that the generateSample method is call.
Definition: TSamplingMixture.h:114
Definition: TSamplingMixture.h:85
void unsetCenterFaces()
Unset the Flag of CenterFaces.
Definition: TSamplingMixture.h:251
void setCentroide()
Set the Flag of Centroide.
Definition: TSamplingMixture.h:257
Simplex * _simplex
Simplex Classe from B. Secher.
Definition: TSamplingMixture.h:100
TString _sTraceFile
The name of the trace file.
Definition: TSamplingMixture.h:116
void unsetCentroide()
Unset the Flag of Centroide.
Definition: TSamplingMixture.h:262
void setCenterEdges()
Set the Flag of CenterEdges.
Definition: TSamplingMixture.h:224
void setTrace(TString straceFile="")
Activate the trace of the process.
void unsetTrace()
Unset trace.
Definition: TSamplingMixture.h:201
Bool_t _bCenterSegments
Flag for the CenterSegments.
Definition: TSamplingMixture.h:107
Bool_t _bCenterFaces
Flag for the CenterFaces.
Definition: TSamplingMixture.h:105
Bool_t isSaveCandidates()
Return isSaveCandidates.
Definition: TSamplingMixture.h:289
Definition: TSamplingMixture.h:87
Definition: TSamplingMixture.h:90
Bool_t _bThirdEdges
Flag for the ThirdEdges.
Definition: TSamplingMixture.h:104
Definition: TSamplingMixture.h:89
TString getTraceFile()
Return the name of the trace file.
void unsetThirdEdges()
Unset the Flag of ThirdEdges.
Definition: TSamplingMixture.h:240
Bool_t _bCentroide
Flag for the Centroide.
Definition: TSamplingMixture.h:106
Bool_t _bTrace
The flag to known is trace is needed.
Definition: TSamplingMixture.h:115
TSamplingMixture(URANIE::DataServer::TDataServer *tds, Int_t ns, Double_t dThreshold=1.0, Option_t *option="")
Constructor from a TDataServer, the name of the method and the size of the sample.
Definition: TSamplingMixture.h:95
void unsetCenterEdges()
Unset the Flag of CenterEdges.
Definition: TSamplingMixture.h:229
TString _sAttNameCandidate
Name of the internal attribute for candidates points(1) else 0.
Definition: TSamplingMixture.h:112
Bool_t _bSaveCandidates
Flag for saving candidates points.
Definition: TSamplingMixture.h:109
void setSaveCandidates()
Set the Flag of save candidates.
Definition: TSamplingMixture.h:279
void generateCandidates(Option_t *option)
Generates the list of candidates.
Definition: TSamplerDeterminist.h:43
virtual void generateSample(Option_t *option="MD")
Generates the sample.
Definition: TSamplingMixture.h:95
void setCenterFaces()
Set the Flag of CenterFaces.
Definition: TSamplingMixture.h:246
Definition: TSamplingMixture.h:86
void setSummits()
Set the Flag of summits.
Definition: TSamplingMixture.h:214
vector< vector< double > > _planes
The matrix of contraintes.
Definition: TSamplingMixture.h:99
void addConstraint(TVectorD vecConstraint)
Add the constraint defined in a vector.
virtual void printLog(Option_t *option="")
Prints the log.
Set The List of Candidates Points void setListOfCandidatesPoints()
Definition: TSamplingMixture.h:88
Bool_t _bSummits
Flag for the summits.
Definition: TSamplingMixture.h:102
TString _sAttNameTypeOfPoints
Name of the internal attribute for the type of points Etype (kSummit, kCenterEdge, ...)
Definition: TSamplingMixture.h:111
const char * getNameInternalAttributeTypePoints()
Return the name of the internal attribute to known the type of points.
Definition: TSamplingMixture.h:180