5#include "SelFitnessProportionalOp.h"
6#include "SelRandomOp.h"
36 SelFitnessProportionalOpP selFitPropOp;
37 SelRandomOpP selRandomOp;
40typedef boost::shared_ptr<Elimination> EliminationP;
Elimination (generation gap) algorithm with roulette wheel elimination selection operator.
double selPressure_
selection pressure
double genGap_
generation gap
bool advanceGeneration(StateP state, DemeP deme)
Perform a single generation on a single deme.
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.