evolutionary_setters: Collection of functions to set specific evolutionay...

Description Usage Arguments

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

1
2
3
4
5
6
7
8
9
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.


jakobbossek/ecr documentation built on May 18, 2019, 9:09 a.m.