With the Extended-Line Crossover (ELX) operator, offspring are generated on a line determined by the variable values in the parental chromosomes. ELX identifies the possible line from which offspring can be generated.
Usage
elx(x1, x2, lb, ub, cxon, cxealfa, ...)
Arguments
x1
A vector. It contains the chromosomal information of parent-1.
x2
A vector. It contains the chromosomal information of parent-2.
lb
A vector. Lower bounds of each gene in the chromosomes.
ub
A vector. Upper bounds of each gene in the chromosomes.
cxon
Number of offspring to be generated as a result of crossover
cxealfa
A number. Expansion rate
…
Further arguments passed to or from other methods.