...
Artificial-Intelligence
November 28, 2024
NTA-UGC-NET 2021 Dec & 2022 June Paper-1
November 28, 2024
Artificial-Intelligence
November 28, 2024
NTA-UGC-NET 2021 Dec & 2022 June Paper-1
November 28, 2024

Artificial-Intelligence

Question 24
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
Question 24 Explanation: 
A genetic algorithm typically uses various mutation operators to introduce diversity into the population. Here’s an explanation of each of the options:

A. Random Resetting: Random resetting is a mutation operator where one or more genes in an individual’s chromosome are randomly changed or reset to new random values. It is a valid mutation operator in genetic algorithms.

B. Scramble: The scramble operator involves shuffling or permuting a subset of genes within a chromosome. It is a valid mutation operator in genetic algorithms.

C. Inversion: The inversion operator reverses the order of a subset of genes within a chromosome. It is a valid mutation operator in genetic algorithms.

D. Difference: “Difference” is not a standard mutation operator in genetic algorithms. While operators like “random resetting,” “scramble,” and “inversion” are commonly used, “difference” is not a recognized mutation operator in this context.

So, the correct answer is D only because “Difference” is not a mutation operator commonly used in genetic algorithms.

Correct Answer: D
Question 24 Explanation: 
A genetic algorithm typically uses various mutation operators to introduce diversity into the population. Here’s an explanation of each of the options:

A. Random Resetting: Random resetting is a mutation operator where one or more genes in an individual’s chromosome are randomly changed or reset to new random values. It is a valid mutation operator in genetic algorithms.

B. Scramble: The scramble operator involves shuffling or permuting a subset of genes within a chromosome. It is a valid mutation operator in genetic algorithms.

C. Inversion: The inversion operator reverses the order of a subset of genes within a chromosome. It is a valid mutation operator in genetic algorithms.

D. Difference: “Difference” is not a standard mutation operator in genetic algorithms. While operators like “random resetting,” “scramble,” and “inversion” are commonly used, “difference” is not a recognized mutation operator in this context.

So, the correct answer is D only because “Difference” is not a mutation operator commonly used in genetic algorithms.

Leave a Reply

Your email address will not be published. Required fields are marked *