makeRecombinator {ecr} | R Documentation |
Construct a recombination operator.
Description
Helper function which constructs a recombinator, i. e., a recombination operator.
Usage
makeRecombinator(
recombinator,
supported = getAvailableRepresentations(),
n.parents = 2L,
n.children = NULL
)
Arguments
recombinator |
[ |
supported |
[ |
n.parents |
[ |
n.children |
[ |
Value
[ecr_recombinator
]
Recombinator object.
Note
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.
[Package ecr version 2.1.1 Index]