GestureRecognitionToolkit  Version: 1.0 Revision: 04-03-15
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
GRT::EvolutionaryAlgorithm< INDIVIDUAL > Member List

This is the complete list of members for GRT::EvolutionaryAlgorithm< INDIVIDUAL >, including all inherited members.

accumSumLookup (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
baiseCoeff (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
baiseWeights (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
bestIndividualFitness (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
bestIndividualIndex (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
classType (defined in GRT::GRTBase)GRT::GRTBaseprotected
copyGRTBaseVariables(const GRTBase *GRTBase)GRT::GRTBase
customConvergenceCheck() (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
debugLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
errorLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
estimatePopulationFitness(const MatrixDouble &trainingData, double &bestFitness, UINT &bestIndex)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
evaluateFitness(INDIVIDUAL &individual, const MatrixDouble &trainingData)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
EvolutionaryAlgorithm(const UINT populationSize=0, const UINT geneSize=0)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
evolvePopulation()GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
fitnessHistory (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
generateRandomGeneValue() (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
geneSize (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
getClassType() const GRT::GRTBase
getGRTBasePointer()GRT::GRTBase
getGRTBasePointer() const GRT::GRTBase
getGRTRevison()GRT::GRTBasestatic
getGRTVersion(bool returnRevision=true)GRT::GRTBasestatic
getInitialized() const (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
getLastErrorMessage() const GRT::GRTBase
getLastInfoMessage() const GRT::GRTBase
getLastWarningMessage() const GRT::GRTBase
getPopulation() const (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
getPopulationSize() const (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
GRTBase(void)GRT::GRTBase
infoLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
initialized (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
initPopulation(const UINT populationSize, const UINT geneSize)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
maxIteration (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
minChange (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
minNumIterationsNoChange (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
mutationRate (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
operator[](const UINT &index)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
parents (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
population (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
populationHistory (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
populationSize (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
populationWeights (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
printBest() const (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
rand (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
setBaiseCoeff(const double baiseCoeff) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
setBaiseWeights(const bool baiseWeights) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
setMaxIterations(const UINT maxIteration) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
setMinChange(const double minChange) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
setMinNumIterationsNoChange(const UINT minNumIterationsNoChange) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
setMutationRate(const double mutationRate) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
setPopulation(const vector< INDIVIDUAL > &newPopulation) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
setPopulationSize(const UINT populationSize) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
setStoreHistory(const bool storeHistory) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
setStoreRate(const UINT storeRate) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inline
SQR(const double &x) const (defined in GRT::GRTBase)GRT::GRTBaseinlineprotected
storeHistory (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
storeRate (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
testingLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
train(const MatrixDouble &trainingData) (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
trainingLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
useElitism (defined in GRT::EvolutionaryAlgorithm< INDIVIDUAL >)GRT::EvolutionaryAlgorithm< INDIVIDUAL >
warningLog (defined in GRT::GRTBase)GRT::GRTBaseprotected
~EvolutionaryAlgorithm()GRT::EvolutionaryAlgorithm< INDIVIDUAL >inlinevirtual
~GRTBase(void)GRT::GRTBasevirtual