Indermediate recombinator.
Intermediate recombination computes the component-wise mean value of the k
given parents. It is applicable only for float representation.
recIntermediate(inds)
inds
: [list
]
Parents, i.e., list of exactly two numeric vectors of equal length.
[numeric
] Single offspring.
Other recombinators: recCrossover()
, recOX()
, recPMX()
, recSBX()
, recUnifCrossover()