xegaPermMutateMix: Mutation by a random mutation function.
Description
A mutation function is randomly selected from the following list:
xegaPermMutateGeneOrderBased, xegaPermMutateGenekInversion,
xegaPermMutateGene2Opt, xegaPermMutateGenekOptLK, xegaPermMutateGeneGreedy,
xegaPermMutateGeneBestGreedy.
Usage
xegaPermMutateMix(gene, lF)
Value
A permutation.
Arguments
gene
A permutation.
lF
Local configuration.
See Also
Other Mutation:
xegaPermMutateGene2Opt(),
xegaPermMutateGeneBestGreedy(),
xegaPermMutateGeneGreedy(),
xegaPermMutateGeneOrderBased(),
xegaPermMutateGenekInversion(),
xegaPermMutateGenekOptLK()