Selection is a stage in a genetic algorithm in which candidate solutions are chosen from a population for reproduction or further evolution. The selection process favors individuals according to a fitness measure so that stronger candidates are more likely to influence later generations.
The stage of a genetic algorithm in which individual genomes are chosen from a population for later breeding (using the crossover operator).