| sgXInitGeneFactory {xega} | R Documentation |
Factory for configuring a gene dependent InitGene function.
Description
Factory for configuring a gene dependent InitGene function.
Usage
sgXInitGeneFactory(algorithm = "sga", method = "InitGene")
Arguments
algorithm |
Algorithm. Available: "sga", "sgde", "sgperm", "sge", sgp". Default: "sga". |
method |
Method. Default: "InitGene". |
Value
InitGene function from the correct package.
See Also
Other Configuration:
sgXCrossoverFactory(),
sgXDecodeGeneFactory(),
sgXGeneMapFactory(),
sgXMutationFactory(),
sgXReplicationFactory()
Examples
sgXInitGeneFactory(algorithm="sgperm")
[Package xega version 0.9.0.0 Index]