Public Member Functions | Protected Attributes

AlgAEliGpea2 Class Reference

Asynchronous elimination global parallel algorithm (outdated version). More...

#include <AlgAEliGPEA2.h>

Inheritance diagram for AlgAEliGpea2:
Algorithm

List of all members.

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

Detailed Description

Asynchronous elimination global parallel algorithm (outdated version).

Definition at line 9 of file AlgAEliGPEA2.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files: