Learn R Programming

xega (version 0.9.0.23)

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

Description

Factory for configuring a gene-dependent InitGene function.

Usage

sgXInitGeneFactory(algorithm = "sga", method = "InitGene")

Value

InitGene function from the correct package.

Arguments

algorithm

Algorithm. Available: "sga", "sgde", "sgperm", "sge", sgp". Default: "sga".

method

Method. Default: "InitGene". For sgp, method = "InitGene" or "InitGeneGe".

See Also

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

Examples

Run this code
sgXInitGeneFactory(algorithm="sgperm")

Run the code above in your browser using DataLab