makeMutator: Construct a mutation operator.
Description
Helper function which constructs a mutator, i. e., a mutation operator.
Usage
makeMutator(mutator, supported = getAvailableRepresentations())
Value
[ecr_mutator
]
Mutator object.
Arguments
- mutator
[function
]
Actual mutation operator.
- supported
[character
]
Vector of strings/names of supported parameter representations. Possible choices:
“permutation”, “float”, “binary” or “custom”.