ByteCodeMutation        Mutation operator for byte representation of
                        double values
ByteCodeMutationUsingDoubles
                        Mutation operator for byte representation of
                        double values
ByteCodeMutationUsingDoublesRandom
                        Mutation operator for byte representation of
                        double values
ByteVectorToDoubles     Converting p * 'sizeof(double)' bytes to a
                        vector of p double values
BytesToDouble           Converting 'sizeof(double)' bytes to a double
                        value
DoubleToBytes           Byte representation of a 'double' typed
                        variable
DoubleVectorToBytes     Byte representation of a vector of 'double'
                        typed variables
EnsureBounds            Altering vector of doubles to satisfy boundary
                        constraints
MaxDouble               Maximum value of a 'double' typed variable
OnePointCrossOver       One Point Crossover operation on the two
                        vectors of bytes
OnePointCrossOverOnDoublesUsingBytes
                        One-point Crossover operation on the two
                        vectors of doubles using their byte
                        representations
SizeOfDouble            Byte-length of a 'double' typed variable
SizeOfInt               Byte-length of a 'int' typed variable
SizeOfLong              Byte-length of a 'long' typed variable
TwoPointCrossOver       Two Point Crossover operation on the two
                        vectors of bytes
TwoPointCrossOverOnDoublesUsingBytes
                        Two-point Crossover operation on the two
                        vectors of doubles using their byte
                        representations
UniformCrossOver        Uniform Crossover operation on the two vectors
                        of bytes
UniformCrossOverOnDoublesUsingBytes
                        Uniform Crossover operation on the two vectors
                        of doubles using their byte representations
arithmetic_crossover    Performs arithmetic crossover operation on a
                        pair of two selected parent candidate solutions
blx_crossover           Performs blx (blend) crossover operation on a
                        pair of two selected parent candidate solutions
byte_crossover          Performs crossover operation on a pair of two
                        selected parent candidate solutions
byte_crossover_1p       Performs one-point crossover operation on a
                        pair of two selected parent candidate solutions
byte_crossover_2p       Performs two-point crossover operation on a
                        pair of two selected parent candidate solutions
byte_mutation           Performs mutation operation on a given double
                        vector
byte_mutation_dynamic   Performs mutation operation on a given double
                        vector using dynamic mutation probabilities
byte_mutation_random    Performs mutation operation on a given double
                        vector
byte_mutation_random_dynamic
                        Performs mutation operation on a given double
                        vector with dynamic mutation probabilities
flat_crossover          Performs flat crossover operation on a pair of
                        two selected parent candidate solutions
linear_crossover        Performs linear crossover operation on a pair
                        of two selected parent candidate solutions
mcga                    Performs machine coded genetic algorithms on a
                        function subject to be minimized.
mcga-package            Machine Coded Genetic Algorithms for
                        Real-valued Optimization Problems
mcga2                   Performs a machine-coded genetic algorithm
                        search for a given optimization problem
multi_mcga              Performs multi objective machine coded genetic
                        algorithms.
sbx_crossover           Performs sbx (simulated binary) crossover
                        operation on a pair of two selected parent
                        candidate solutions
unfair_average_crossover
                        Performs unfair average crossover operation on
                        a pair of two selected parent candidate
                        solutions
