Given a population of permutations, this function recombines each
individual with another individual.
Note, that optimEA
will not pass the whole population
to recombination functions, but only the chosen parents.
recombinationPermutationAlternatingPosition(population, parameters)
population of recombined offspring
List of permutations
not used