xegaPermCrossoverFactory: Configure the crossover function of a genetic algorithm.
Description
xegaPermCrossoverFactory implements the selection
of one of the crossover 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:
Crossover functions with two kids:
"Cross2Gene" returns xegaPermCross2Gene.
Crossover functions with one kid:
"CrossGene" returns xegaPermCrossGene.
Usage
xegaPermCrossoverFactory(method = "Cross2Gene")
Value
A crossover function for genes.
Arguments
method
A string specifying the crossover function.
See Also
Other Configuration:
lFxegaPermGene,
xegaPermMutationFactory()