makeRecombinator {ecr} | R Documentation |
Helper function which constructs a recombinator, i. e., a recombination operator.
makeRecombinator(recombinator, supported = getAvailableRepresentations(),
n.parents = 2L, n.children = NULL)
recombinator |
[ |
supported |
[ |
n.parents |
[ |
n.children |
[ |
[ecr_recombinator
]
Recombinator object.
If a recombinator returns more than one child, the multiple.children
parameter needs to be TRUE
, which is the default. In case of multiple
children produced these have to be placed within a list.