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