Helper function which constructs an evolutionary operator.
makeOperator(operator, supported = getAvailableRepresentations())
operator | [ |
---|---|
supported | [ |
[ecr_operator
] Operator object.
In general you will not need this function, but rather one of its
deriviatives like makeMutator
or makeSelector
.