This is the complete list of members for
mogal::MPIGeneticAlgorithm, including all inherited members.
| clearBestGenomes() | mogal::GeneticAlgorithm | |
| getBestGenomes(std::list< Genome * > &genomes) const | mogal::GeneticAlgorithm | |
| getBestGenomes(std::vector< Genome * > &genomes) const | mogal::GeneticAlgorithm | |
| getCurrentGeneration() const | mogal::GeneticAlgorithm | [inline] |
| getNumberOfBestGenomes() const | mogal::GeneticAlgorithm | [inline] |
| run(GAFactory &factory, size_t populationSize, const GeneticAlgorithmParams *pParams=0) | mogal::GeneticAlgorithm | |
| run(const std::string &factoryName, size_t populationSize, const std::string &baseDir, const GAFactoryParams *pFactoryParams, const GeneticAlgorithmParams *pParams=0) | mogal::GeneticAlgorithm | |
| run(const nut::NetworkLayerAddress &serverAddress, uint16_t serverPort, const std::string &factoryName, size_t populationSize, GAFactory &factory, const GeneticAlgorithmParams *pParams=0) | mogal::GeneticAlgorithm | |
| run(const nut::NetworkLayerAddress &serverAddress, uint16_t serverPort, const std::string &factoryName, size_t populationSize, const std::string &baseDir, const GAFactoryParams *pFactoryParams, const GeneticAlgorithmParams *pParams=0) | mogal::GeneticAlgorithm | |
| runMPI(GAFactory &factory, size_t populationSize, const GeneticAlgorithmParams *pParams=0) | mogal::MPIGeneticAlgorithm | |
| runMPIHelper(GAFactory &factory) | mogal::MPIGeneticAlgorithm | |
| selectPreferredGenome() const | mogal::GeneticAlgorithm | |
| setBestGenomes(const std::list< Genome * > &genomes) | mogal::GeneticAlgorithm | |