The selTournament function randomly selects a number of individuals to participate in the tournament. However, the number of individuals participating in the tournaments is the same as the population.
So, if a population has 100 individuals, all 100 will participate in the tournaments.
My question is, do the winning individuals participate in the draws again or not?
The selTournament function randomly selects a number of individuals to participate in the tournament. However, the number of individuals participating in the tournaments is the same as the population.
So, if a population has 100 individuals, all 100 will participate in the tournaments.
My question is, do the winning individuals participate in the draws again or not?