4#include "ParallelAlgorithm.h"
20 std::vector<IndividualP> myJob;
24 SelFitnessProportionalOpP selFitPropOp;
25 SelRandomOpP selRandomOp;
28typedef boost::shared_ptr<AlgSGenGpea> AlgSGenGpeaP;
Synchronous generational global parallel algorithm.
void registerParameters(StateP state)
Register algorithm's parameters (if any).
bool initialize(StateP state)
Initialize the algorithm, read parameters from the system, do a sanity check.
bool advanceGeneration(StateP state, DemeP deme)
Perform a single generation on a single deme.
Parallel algorithm base class.