xegaDfMutationFactory: Configure the mutation function of a genetic algorithm.
Description
xegaDfMutationFactory() implements the selection
of one of the mutation functions in this
package by specifying a text string.
The selection fails ungracefully (produces
a runtime error), if the label does not match.
The functions are specified locally.
Current support:
"MutateGene" returns xegaDfMutateGeneDE().
To provide a working default for more than
one gene representation.
"MutateGeneDE" returns xegaDfMutateGeneDE().
Usage
xegaDfMutationFactory(method = "MutateGene")
Value
A mutation function for genes.
Arguments
method
A string specifying the mutation function.
See Also
Other Configuration:
lFxegaDfGene,
xegaDfCrossoverFactory(),
xegaDfGeneMapFactory(),
xegaDfReplicationFactory(),
xegaDfScaleFactorFactory()