makeOperator(operator, name, description = NULL, supported = getAvailableRepresentations(), params = list())function]
Actual mutation operator.character(1)]
Name of the operator.character(1)]
Short description of how the mutator works.
Default is NULL which means no description at all.character]
Vector of names of supported parameter representations. Possible choices:
permutation, float, binary or custom.list]
Named list of the parameters the operator has been initialized with.
Default is the empty list.ecr_operator] Operator object.