sgXCrossoverFactory {xega}R Documentation

Factory for configuring a gene dependent Crossover function.

Description

sgXCrossoverFactory() selects

  1. the algorithm specific crossover factory and

  2. the method in this factory.

Usage

sgXCrossoverFactory(algorithm = "sga", method = "CrossGene")

Arguments

algorithm

Specifies algorithm. Available: "sga", "sgde", "sgperm", "sge", sgp". Default: "sga".

method

Crossover method. Algorithm (gene representation) dependent. Default: Crossgene(). Must be available in the gene specific crossover factories.

Details

The available methods for each algorithm are:

Value

Crossover Crossover function from the crossover factory of the selected package.

See Also

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

Examples

sgXCrossoverFactory(algorithm="sga", method="CrossGene")


[Package xega version 0.9.0.0 Index]