ConstScaleFactor        Constant scale factor for differential
                        evolution.
UniformRandomScaleFactor
                        Uniform random scale factor for differential
                        evolution.
lFxegaDfGene            Generate local functions and objects
xegaDfCrossGene         One point crossover of 2 genes.
xegaDfCrossoverFactory
                        Configure the crossover function of a genetic
                        algorithm.
xegaDfDecodeGene        Decode a gene
xegaDfGene              Package xegaDfGene.
xegaDfGeneMapFactory    Configure the gene map function of a genetic
                        algorithm.
xegaDfGeneMapIdentity   Map the parameter vector of a real-coded gene
                        to an identical vector.
xegaDfInitGene          Initialize a real-coded gene.
xegaDfMutateGeneDE      Mutate a gene (differential mutation).
xegaDfMutationFactory   Configure the mutation function of a genetic
                        algorithm.
xegaDfReplicateGeneDE   Replicates a gene (differential evolution).
xegaDfReplicationFactory
                        Configure the replication function of a genetic
                        algorithm.
xegaDfScaleFactorFactory
                        Configure the scale factor function for
                        differential mutation.
xegaDfUCrossGene        Uniform crossover of 2 genes.
xegaDfUPCrossGene       Parameterized uniform crossover of 2 genes.
xegaGedeInitGene        Initialize a real-coded gene for grammar
                        evolution
