Learn R Programming

ecr (version 1.0)

setupParentSelector: Collection of functions to set specific evolutionay operators.

Description

This functions can be used to append/set specific evolutionary operators to the control object. However, multiple operators can be set with one function call via setupEvolutionaryOperators.

Usage

setupParentSelector(control, operator)
setupSurvivalSelector(control, operator)
setupGenerator(control, operator)
setupMutator(control, operator)
setupRecombinator(control, operator)

Arguments

control
[ecr_control] ECR control object generated via setupECRControl.
operator
[ecr_operator] The matching ecr operator, e.g., an object of type ecr_mutator for setupMutator.