16 std::vector<SelectionOperatorP> selOp_;
17 static const int BEST = 0;
18 static const int RANDOM = 1;
35typedef boost::shared_ptr<Migration> MigrationP;
Migration class - handles individual migration between demes.
void registerParameters(StateP)
Register parameters with the Registry. Called before Operator::initialize.
bool initialize(StateP)
Perform initialization. Called before Operator::operate. By default, if the return value is false,...