View source: R/makeRecombinator.R
makeRecombinator | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.