35class AlgGEP :
public Algorithm{
41 void invert(StateP state,
const std::vector<IndividualP>& pool);
42 void invertDc(StateP state,
const std::vector<IndividualP>& pool);
43 void transpose(StateP state,
const std::vector<IndividualP>& pool);
44 void transposeIS(StateP state,
const std::vector<IndividualP>& pool);
45 void transposeRIS(StateP state,
const std::vector<IndividualP>& pool);
46 void transposeGene(StateP state,
const std::vector<IndividualP>& pool);
47 void transposeDc(StateP state,
const std::vector<IndividualP>& pool);
61 SelRandomOpP selRandomOp;
63 SelFitnessProportionalOpP selFitPropOp;