xegaGaGeneMapFactory: Configure the gene map function of a genetic algorithm.
Description
xegaGaGeneMapFactory() implements the selection
of one of the GeneMap functions in this
package by specifying a text string.
The selection fails ungracefully (produces
a runtime error) if the label does not match.
The functions are specified locally.
Current support:
"Bin2Dec" returns xegaGaGeneMap(). (Default).
"Gray2Dec" returns xegaGaGeneMapGray().
"Identity" returns xegaGaGeneMapIdentity().
"Permutation" returns xegaGaGeneMapPerm().
Usage
xegaGaGeneMapFactory(method = "Bin2Dec")
Value
A gene map function for genes.
Arguments
method
A string specifying the GeneMap function.
See Also
Other Configuration:
lFxegaGaGene,
xegaGaCrossoverFactory(),
xegaGaMutationFactory(),
xegaGaReplicationFactory()