Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Optimizer v4.9.0
|
TVizir.h
Go to the documentation of this file.
Definition TVizir.h:70
void setVarDraw(const char *varexp, const char *selection="", Option_t *option="")
Activates and defines the graphics during the optimization process.
virtual void printLog(Option_t *option="")
Int_t getNbGenerationToDraw()
Get the number of generation to draw.
Definition TVizir.h:149
void setCost(const char *, const char *, int hiden=0, const char *input="*")
void decode(Double_t *, Double_t *, TMethodCall *)
void fitnessChanged()
TVizir(URANIE::DataServer::TDataServer *tds, int npop)
void setMutationRate(double val)
Set the probability of mutation.
Definition TVizir.h:124
void setCost(URANIE::Launcher::TCode *, int hiden=0)
int evaluer(Double_t *, Double_t *, TMethodCall *, TMethodCall *, URANIE::Launcher::TCode *)
void setNbGenerationToDraw(Int_t n)
Set the number of generation to draw.
void setConstraintAndCost(const char *, const char *, int, int hiden=0, const char *input="*", Bool_t bAddTheAttributes=kTRUE)
void optimize(Option_t *option="")
URANIE::Launcher::TCode * _code
Pointer vers un TDS.
Definition TVizir.h:80
virtual ~TVizir()
void setPrecision(double prec)
Set the precision.
Definition TVizir.h:109
void Results()
URANIE::Launcher::TCode * copyCode()
int evaluer(Double_t *, Double_t *, TMethodCall *, TMethodCall *, TMethodCall *)
void setMaxEvaluation(int val)
Set the maximum number of evaluation.
Definition TVizir.h:129
Int_t _nNbGenerationToDraw
The number of last generation to draw (Default=2)
Definition TVizir.h:94
void setConstraintAndCost(URANIE::Launcher::TCode *, int, int hiden=0)
TMethodCall * copyHardConstraint()
Definition TVizir.h:182
void setHardConstraint(const char *)
Int_t getLastGenerationIndex()
Get the last generation index.
Definition TVizir.h:142
void createTuple(TString &)
void setHomozygoteRate(double val)
Set the proba of homozigotie.
Definition TVizir.h:119
void setSurvivalRate(double val)
Set the survival rate.
Definition TVizir.h:114
Rosenbrock's function (n=2) with first and second order derivatives.
Definition TBestEstimate.h:58