recombinationPermutationCycleCrossover: Cycle Crossover (CX) for Permutations
Description
Given a population of permutations, this function recombines each
individual with another random individual.
Note, that optimEA
will not pass the whole population
to recombination functions, but only the chosen parents.
Usage
recombinationPermutationCycleCrossover(population, parameters)
Arguments
population
List of permutations
Value
population of recombined offspring