View source: R/xegaGpInitGene.R
xegaGpInitGeneFactory | R Documentation |
xegaGpInitGeneFactory()
implements the
creation of a complete derivation tree by one
an algorithm selected
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:
"InitGene" returns xegaGpInitGene()
.
"InitGeneGe" returns xegaGpInitGeneGe()
.
xegaGpInitGeneFactory(method = "InitGene")
method |
String specifying the mutation function. |
Initialization function for genes.
Other Configuration:
xegaGpCrossoverFactory()
,
xegaGpMutationFactory()
InitGene<-xegaGpInitGeneFactory("InitGene")
gene1<-InitGene(lFxegaGpGene)
InitGene<-xegaGpInitGeneFactory("InitGeneGe")
gene2<-InitGene(lFxegaGpGene)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.