SOT
sot::GeneticAlgorithm Member List

This is the complete list of members for sot::GeneticAlgorithm, including all inherited members.

evalBatch(const mat &batch, vec &funVals)sot::GeneticAlgorithminlineprotected
GeneticAlgorithm(std::shared_ptr< Problem > &data, int numIndividuals, int numGenerations)sot::GeneticAlgorithminline
GeneticAlgorithm(std::shared_ptr< Problem > &data, int numIndividuals, int numGenerations, int numThreads)sot::GeneticAlgorithminline
GeneticAlgorithm(std::shared_ptr< Problem > &data, std::shared_ptr< ExpDesign > &expDes, int numIndividuals, int numGenerations)sot::GeneticAlgorithminline
GeneticAlgorithm(std::shared_ptr< Problem > &data, std::shared_ptr< ExpDesign > &expDes, int numIndividuals, int numGenerations, int numThreads)sot::GeneticAlgorithminline
mDatasot::GeneticAlgorithmprotected
mDimsot::GeneticAlgorithmprotected
mEvalCountsot::GeneticAlgorithmprotected
mExpDessot::GeneticAlgorithmprotected
mMutexsot::GeneticAlgorithmprotected
mNamesot::GeneticAlgorithmprotected
mNumGenerationssot::GeneticAlgorithmprotected
mNumIndividualssot::GeneticAlgorithmprotected
mNumThreadssot::GeneticAlgorithmprotected
mNumVariablessot::GeneticAlgorithmprotected
mpCrosssot::GeneticAlgorithmprotected
mpMutationsot::GeneticAlgorithmprotected
mRandomInitsot::GeneticAlgorithmprotected
mSigmasot::GeneticAlgorithmprotected
mTournamentSizesot::GeneticAlgorithmprotected
mxLowsot::GeneticAlgorithmprotected
mxUpsot::GeneticAlgorithmprotected
run()sot::GeneticAlgorithminline