CauchySF                Cauchy distribution based scale factor.
ConstScaleFactor        Constant scale factor for differential
                        evolution.
DETVSF                  Scale factor with time dependent linear decay.
FitnessBasedSelfAdaptiveSF
                        Fitness based self adaptive scale factor.
RandomGaussianSF        Random Gaussian scale factor (RGSF).
UniformRandomScaleFactor
                        Uniform random scale factor for differential
                        evolution.
UniformRandomScaleFactorDERSF
                        Restricted uniform random scale factor for
                        differential evolution (DERSF).
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).
xegaDfReplicateGeneDEPipeline
                        Generates a function closure with a gene
                        pipeline for 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
