| virtual | ~GeneticPopulation() |
| void | AddPopulation(TMVA::GeneticPopulation* strangers) |
| void | AddPopulation(TMVA::GeneticPopulation& strangers) |
| static TClass* | Class() |
| TMVA::GeneticPopulation | GeneticPopulation(const TMVA::GeneticPopulation&) |
| TMVA::GeneticPopulation | GeneticPopulation(const vector<TMVA::Interval*>& ranges, Int_t size, UInt_t seed = 0) |
| Double_t | GetFitness() const |
| const vector<TMVA::GeneticGenes>& | GetGenePool() const |
| vector<TMVA::GeneticGenes>& | GetGenePool() |
| TMVA::GeneticGenes* | GetGenes(Int_t index) |
| Int_t | GetPopulationSize() const |
| const vector<TMVA::GeneticRange*>& | GetRanges() const |
| vector<TMVA::GeneticRange*>& | GetRanges() |
| void | GiveHint(vector<Double_t>& hint, Double_t fitness = 0) |
| virtual TClass* | IsA() const |
| void | MakeChildren() |
| void | MakeCopies(int number) |
| void | Mutate(Double_t probability = 20, Int_t startIndex = 0, Bool_t near = kFALSE, Double_t spread = 0.1, Bool_t mirror = kFALSE) |
| void | NextGeneration() |
| TMVA::GeneticPopulation& | operator=(const TMVA::GeneticPopulation&) |
| void | Print(Int_t untilIndex = -1) |
| void | Print(ostream& out, Int_t utilIndex = -1) |
| void | SetRandomSeed(UInt_t seed = 0) |
| virtual void | ShowMembers(TMemberInspector&) |
| void | Sort() |
| virtual void | Streamer(TBuffer&) |
| void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
| void | TrimPopulation() |
| vector<Double_t> | VariableDistribution(Int_t varNumber) |
| TH1F* | VariableDistribution(Int_t varNumber, Int_t bins, Int_t min, Int_t max) |