Asynchronous elimination global parallel algorithm (outdated version). More...
#include <AlgAEliGPEA2.h>
Public Member Functions | |
| bool | advanceGeneration (StateP state, DemeP deme) |
| Perform a single generation on a single deme. | |
| bool | initialize (StateP state) |
| Initialize the algorithm, read parameters from the system, do a sanity check. | |
| void | registerParameters (StateP state) |
| Register algorithm's parameters (if any). | |
Protected Attributes | |
| uint | jobSize |
| std::vector< IndividualP > | myJob |
| uint | nTournament |
Asynchronous elimination global parallel algorithm (outdated version).
Definition at line 9 of file AlgAEliGPEA2.h.
| bool AlgAEliGpea2::advanceGeneration | ( | StateP | , | |
| DemeP | ||||
| ) | [virtual] |
Perform a single generation on a single deme.
Must be implemented by a specific algorithm class
Implements Algorithm.
Definition at line 44 of file AlgAEliGPEA2.cpp.
| bool AlgAEliGpea2::initialize | ( | StateP | ) | [virtual] |
Initialize the algorithm, read parameters from the system, do a sanity check.
Called by the system before the algorithm starts (Algorithm::advanceGeneration)
Reimplemented from Algorithm.
Definition at line 27 of file AlgAEliGPEA2.cpp.
| void AlgAEliGpea2::registerParameters | ( | StateP | ) | [virtual] |
Register algorithm's parameters (if any).
Called by the system before algorithm initialization (Algorithm::initialize)
Reimplemented from Algorithm.
Definition at line 18 of file AlgAEliGPEA2.cpp.
1.7.1