Which of the following is not a chromosome selection method in genetic…
2022
Which of the following is not a chromosome selection method in genetic algorithms?
- A.
Rank selection
- B.
Tournament selection
- C.
Boltzmann selection
- D.
Uniform selection
Attempted by 101 students.
Show answer & explanation
Correct answer: D
In genetic algorithms, chromosome selection methods such as rank selection, tournament selection, and Boltzmann selection all choose chromosomes with probabilities based on their fitness. Uniform selection would choose every chromosome with equal probability, ignoring fitness, so it is not used as a standard chromosome selection method.