Which of the following is not a chromosome selection method in genetic…
2021
Which of the following is not a chromosome selection method in genetic algorithms?
Answer: D. Uniform selection — In genetic algorithms, chromosome selection methods such as rank selection, tournament selection, and Boltzmann selection all choose chromosomes with…
- A.
Rank selection
- B.
Tournament selection
- C.
Boltzmann selection
- D.
Uniform selection
Attempted by 299 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.
Loading lesson…