Q: Which of the following is not a mutation operator in a genetic algorithm?…
2023
Q: Which of the following is not a mutation operator in a genetic algorithm?
A. Random resetting
B. Scramble
C. Inversion
D. Difference
Choose the correct answer from the options given below:
- A.
A and B only
- B.
B and D only
- C.
C and D only
- D.
D only
Attempted by 30 students.
Show answer & explanation
Correct answer: D
Standard genetic algorithm mutation operators include Random resetting, Scramble, and Inversion to maintain population diversity. Difference is not a recognized mutation operator in this context. Thus, Option D correctly identifies the non-operator.