Caesar AI Atlas

Селекция

Caesar AI Atlas Definition

Селекция — стадия genetic algorithm, на которой candidate solutions выбираются из population для reproduction или further evolution. Selection process favors individuals according to a fitness measure, so that stronger candidates are more likely to influence later generations.

Other Definitions

Селекция Source

The stage of a genetic algorithm in which individual genomes are chosen from a population for later breeding (using the crossover operator).

Related Terms