View source: R/xegaPermMutate.R
xegaPermMutationFactory | R Documentation |
xegaPermMutationFactory
implements the selection
of one of the gene 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 xegaPermMutateGeneOrderBased
.
"MutateGeneOrderBased" returns xegaPermMutateGeneOrderBased
.
"MutateGenekInversion" returns xegaPermMutateGenekInversion
.
"MutateGene2Opt" returns xegaPermMutateGene2Opt
.
"MutateGenekOptLK" returns xegaPermMutateGenekOptLK
.
"MutateGeneGreedy" returns xegaPermMutateGeneGreedy
.
"MutateGeneBestGreedy" returns xegaPermMutateGeneBestGreedy
.
"MutateGeneMix" returns xegaPermMutateMix
.
xegaPermMutationFactory(method = "MutateGene")
method |
The name of the mutation method. |
A permutation based mutation function.
Other Configuration:
lFxegaPermGene
,
xegaPermCrossoverFactory()
xegaPermMutationFactory(method="MutateGene")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.