sgXInitGeneFactory: Factory for configuring a gene-dependent InitGene function.

View source: R/sgXInitFactory.R

sgXInitGeneFactoryR 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". For sgp, method = "InitGene" or "InitGeneGe".

Value

InitGene function from the correct package.

See Also

Other Configuration: sgXCrossoverFactory(), sgXDecodeGeneFactory(), sgXGeneMapFactory(), sgXMutationFactory(), sgXReplicationFactory()

Examples

sgXInitGeneFactory(algorithm="sgperm")


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