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