Given a population of strings, 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.
recombinationStringSinglePointCrossover(population, parameters)
population of recombined offspring
List of strings
not used