sgXReplicationFactory: Factory for configuring a gene-dependent Replication...

View source: R/sgXReplicationFactory.R

sgXReplicationFactoryR 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", "sgede", sgp". Default: "sga".

method

Method.

Options are package-dependent:

  • "sga", "sgperm", "sge", sgp": "Kid1", "KidPipeline", "Kid2".

  • "sgde", "sgede": "DE", "DEPipeline".

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")


xega documentation built on Feb. 17, 2026, 5:07 p.m.