recIntermediate {ecr} | R Documentation |
Indermediate recombinator.
Description
Intermediate recombination computes the component-wise mean value of the
k
given parents. It is applicable only for float representation.
Usage
recIntermediate(inds)
Arguments
inds |
[ |
Value
[numeric
] Single offspring.
See Also
Other recombinators:
recCrossover()
,
recOX()
,
recPMX()
,
recSBX()
,
recUnifCrossover()
[Package ecr version 2.1.1 Index]