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

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

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