makeOperator: Construct evolutionary operator.
Description
Helper function which constructs an evolutionary operator.
Usage
makeOperator(operator, supported = getAvailableRepresentations())
Value
[ecr_operator] Operator object.
Arguments
- operator
[function]
Actual operator.
- supported
[character]
Vector of names of supported parameter representations. Possible choices:
“permutation”, “float”, “binary” or “custom”.