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