Crossingover: Crossover operates on selected genes from parent chromosomes and creates new offspring. The simplest way how to do that is to choose randomly some crossover point and copy everything before this point from the first parent and then copy everything after the crossover point from the other parent. Two Points: The two point’s crossover operator differs from the one point crossover in the fact that two crossover points are selected randomly: Uniform: In the uniform crossover each bit/gene is selected randomly, either from the first parent or from the second one |