crossover {mlr} | R Documentation |
Crossover.
Description
Takes two bit strings and creates a new one of the same size by selecting the items from the first string or the second, based on a given rate (the probability of choosing an element from the first string).
Arguments
x |
(logical) |
y |
(logical) |
rate |
( |
Value
(crossover).
[Package mlr version 2.19.2 Index]