library: libTMVA #include "GeneticGenes.h" |
TMVA::GeneticGenes
class description - header file - source file - inheritance tree (.pdf)
public:
GeneticGenes()
GeneticGenes(vector<Double_t>& f)
GeneticGenes(const TMVA::GeneticGenes&)
virtual ~GeneticGenes()
static TClass* Class()
void Clear()
void ClearResults()
vector<Double_t>& GetFactors()
vector<Double_t>& GetResults()
virtual TClass* IsA() const
TMVA::GeneticGenes& operator=(const TMVA::GeneticGenes&)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
vector<Double_t> fFactors stores the factors (coefficients) of one individual
vector<Double_t> fResults stores the fitness-results of this individual
_______________________________________________________________________
Cut optimisation interface class for genetic algorithm
_______________________________________________________________________
void Clear()
clear the factors (coefficients) of this individual
clear the fitness-results obtained by this individual
void ClearResults()
clear the fitness-results obtained by this individual
Author: Peter Speckmayer
Last update: root/tmva $Id: GeneticGenes.cxx,v 1.4 2006/05/31 14:01:33 rdm Exp $
Copyright (c) 2005: *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.