"Heuristic Uniform Crossover" is an algorithm that works by detecting genes that differ to control the level of disruption in Parental chromosomes (De Jong & Spears, 1991).
Usage
hux(x1, x2, cxon, cxps, ...)
Arguments
x1
A vector. It contains the chromosomal information of parent-1.
x2
A vector. It contains the chromosomal information of parent-2.
cxon
Number of offspring to be generated as a result of crossover
cxps
It determines the rate of gene exchange between the chromosomes of the parents.
…
Further arguments passed to or from other methods.
Value
A matrix containing the generated offsprings.
References
De Jong, K.A. and Spears, W. (1991). On the virtues of parameterized uniform crossover. In Proc. of the 4th Int. Conf. on Genetic Algorithms. Morgan Kaufman Publishers.