| xegaPermMutateMix {xegaPermGene} | R Documentation | 
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)
Arguments
gene | 
 A permutation.  | 
lF | 
 Local configuration.  | 
Value
A permutation.
See Also
Other Mutation: 
xegaPermMutateGene2Opt(),
xegaPermMutateGeneBestGreedy(),
xegaPermMutateGeneGreedy(),
xegaPermMutateGeneOrderBased(),
xegaPermMutateGenekInversion(),
xegaPermMutateGenekOptLK()
Examples
gene1<-xegaPermInitGene(lFxegaPermGene)
xegaPermDecodeGene(gene1, lFxegaPermGene)
gene<-xegaPermMutateMix(gene1, lFxegaPermGene)
xegaPermDecodeGene(gene, lFxegaPermGene)
[Package xegaPermGene version 1.0.0.0 Index]