Should I prevent individuals mating with themselves in EAs?
In evolutionary algorithms, should I always avoid individuals mating (crossover) with themselves? That is, should I prevent the selection algorithm from selecting a single parent twice to produce a child with itself?
I'm interested in the general case as well as for tournament selection.
Topic evolutionary-algorithms
Category Data Science