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