DEAP / deap

Distributed Evolutionary Algorithms in Python
http://deap.readthedocs.org/
GNU Lesser General Public License v3.0
5.88k stars 1.13k forks source link

Doubt in crossover function #670

Closed Dineshgvs closed 2 years ago

Dineshgvs commented 2 years ago

-In choosing individuals, I see that only adjacent individuals are selected. Is there any way for NC2 combinations (N=population size) of individuals which might be more efficient?

fmder commented 2 years ago

Selection usually shuffles the individuals.