Learn R Programming

ecr (version 1.0)

setupIntermediateRecombinator: Generator of the indermediate recombination operator.

Description

Intermediate recombination computes the component-wise mean value of the k given parents. It is applicable only for float representation.

Usage

setupIntermediateRecombinator(k = 2L)

Arguments

k
[integer(1)] Number of parents required for mating. Default is 2.

Value

[ecr_recombinator]

See Also

Other recombinators: setupCrossoverRecombinator, setupNullRecombinator, setupOXRecombinator, setupPMXRecombinator, setupSBXRecombinator