22class CuckooSearch :
public Algorithm
34 SelectionOperatorP selBestOp;
37typedef std::shared_ptr<CuckooSearch> CuckooSearchP;
double pa
percentage of solutions which will be replaced (similar to mutation probability)
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.