setupEvolutionaryOperators(control, parent.selector = getDefaultEvolutionaryOperators(control$representation, "parent.selector"), survival.selector = getDefaultEvolutionaryOperators(control$representation, "survival.selector"), generator = getDefaultEvolutionaryOperators(control$representation, "generator"), mutator = getDefaultEvolutionaryOperators(control$representation, "mutator"), recombinator = getDefaultEvolutionaryOperators(control$representation, "recombinator"))
ecr_control
]
ECR control object generated via setupECRControl
.ecr_selector
]
Selection operator which implements a procedure to copy individuals from a
given population to the mating pool, i. e., allow them to become parents.ecr_selector
]
Selection operator which implements a procedurce to extract individuals from
a given set, which should survive and set up the next generation.ecr_generator
]
Generator operator of type ecr_generator
for the generation of the initial
population.ecr_mutator
]
Mutation operator of type ecr_mutator
.ecr_recombinator
]
Recombination operator of type ecr_recombinator
.ecr_control
] Modified control object.