sgXMutationFactory {xega}R Documentation

Factory for configuring a gene dependent Mutation function.

Description

sgXMutationFactory() selects

  1. the algorithm specific crossover factory and

  2. the method in this factory.

Usage

sgXMutationFactory(algorithm = "sga", method = "MutateGene")

Arguments

algorithm

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

method

Method. Available methods are package-dependent.

Details

The available methods for each factory are:

Value

MutateGene Function for the selected algorithm from the correct package.

See Also

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

Examples

sgXMutationFactory(algorithm="sga", method="MutateGene")


[Package xega version 0.9.0.0 Index]