xegaGpMutationFactory | R Documentation |
xegaGpMutationFactory()
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 xegaGpMutateAllGene()
.
"MutateAllGene" returns xegaGpMutateAllGene()
.
"MutateFilterGene" returns xegaGpMutateFilterGene()
.
xegaGpMutationFactory(method = "MutateGene")
method |
String specifying the mutation function. |
Mutation function for genes.
Other Configuration:
xegaGpCrossoverFactory()
,
xegaGpInitGeneFactory()
Mutate<-xegaGpMutationFactory("MutateGene")
gene1<-xegaGpInitGene(lFxegaGpGene)
gene1
Mutate(gene1, lFxegaGpGene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.