Selection 

I'm unclear on what the selection rules mean;
1. I understand random
2. Fitness proportional: Does this mean genotypes with the best fitness are
selected for mutation/crossover?
3. Tournaments: Don't understand this.

Thanks,

Will

Forums: 
Maciej Komosinski's picture

> I'm unclear on what the selection rules mean;
> 1. I understand random
> 2. Fitness proportional: Does this mean genotypes with the best fitness are
> selected for mutation/crossover?

chance of selection proportional to fitness.

> 3. Tournaments: Don't understand this.

from k randomly chosen participants, the one with the
highest fitness gets selected.

http://www.cs.cmu.edu/Groups/AI/html/faqs/ai/genetic/part2/faq-doc-2.html

MacKo