This is the complete list of members for sot::GeneticAlgorithm, including all inherited members.
| evalBatch(const mat &batch, vec &funVals) | sot::GeneticAlgorithm | inlineprotected |
| GeneticAlgorithm(std::shared_ptr< Problem > &data, int numIndividuals, int numGenerations) | sot::GeneticAlgorithm | inline |
| GeneticAlgorithm(std::shared_ptr< Problem > &data, int numIndividuals, int numGenerations, int numThreads) | sot::GeneticAlgorithm | inline |
| GeneticAlgorithm(std::shared_ptr< Problem > &data, std::shared_ptr< ExpDesign > &expDes, int numIndividuals, int numGenerations) | sot::GeneticAlgorithm | inline |
| GeneticAlgorithm(std::shared_ptr< Problem > &data, std::shared_ptr< ExpDesign > &expDes, int numIndividuals, int numGenerations, int numThreads) | sot::GeneticAlgorithm | inline |
| mData | sot::GeneticAlgorithm | protected |
| mDim | sot::GeneticAlgorithm | protected |
| mEvalCount | sot::GeneticAlgorithm | protected |
| mExpDes | sot::GeneticAlgorithm | protected |
| mMutex | sot::GeneticAlgorithm | protected |
| mName | sot::GeneticAlgorithm | protected |
| mNumGenerations | sot::GeneticAlgorithm | protected |
| mNumIndividuals | sot::GeneticAlgorithm | protected |
| mNumThreads | sot::GeneticAlgorithm | protected |
| mNumVariables | sot::GeneticAlgorithm | protected |
| mpCross | sot::GeneticAlgorithm | protected |
| mpMutation | sot::GeneticAlgorithm | protected |
| mRandomInit | sot::GeneticAlgorithm | protected |
| mSigma | sot::GeneticAlgorithm | protected |
| mTournamentSize | sot::GeneticAlgorithm | protected |
| mxLow | sot::GeneticAlgorithm | protected |
| mxUp | sot::GeneticAlgorithm | protected |
| run() | sot::GeneticAlgorithm | inline |