Binary Gene Operations for Genetic Algorithms


[Up] [Top]

Documentation for package ‘xegaGaGene’ version 1.0.0.2

Help Pages

xegaGaGene-package Package xegaGaGene.
Gray2Bin Map Gray code to binary.
lFxegaGaGene The local function list lFxegaGaGene.
without Returns elements of vector 'x' without elements in 'y'.
xegaGaCross2Gene One point crossover of 2 genes.
xegaGaCrossGene One point crossover of 2 genes.
xegaGaCrossoverFactory Configure the crossover function of a genetic algorithm.
xegaGaDecodeGene Decode a gene.
xegaGaGene Package xegaGaGene.
xegaGaGeneMap Map the bit strings of a binary gene to parameters in an interval.
xegaGaGeneMapFactory Configure the gene map function of a genetic algorithm.
xegaGaGeneMapGray Map the bit strings of a gray-coded gene to parameters in an interval.
xegaGaGeneMapIdentity Map the bit strings of a binary gene to an identical bit vector.
xegaGaGeneMapPerm Map the bit strings of a binary gene to a permutation.
xegaGaInitGene Generate a random binary gene.
xegaGaIVAdaptiveMutateGene Individually variable adaptive mutation of a gene.
xegaGaMutateGene Mutate a gene.
xegaGaMutationFactory Configure the mutation function of a genetic algorithm.
xegaGaReplicate2Gene Replicates a gene.
xegaGaReplicateGene Replicates a gene.
xegaGaReplicationFactory Configure the replication function of a genetic algorithm.
xegaGaUCross2Gene Uniform crossover of 2 genes.
xegaGaUCrossGene Uniform crossover of 2 genes.
xegaGaUPCross2Gene Parameterized uniform crossover of 2 genes.
xegaGaUPCrossGene Parameterized uniform crossover of 2 genes.