0 votes
in Artificial Intelligence by
How the new states are generated in genetic algorithm?

(a) Composition

(b) Mutation

(c) Cross-over

(d) Both Mutation & Cross-over

I had been asked this question in class test.

The query is from Online Search Agent topic in chapter Intelligent Agents of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct option is (d) Both Mutation & Cross-over

To elaborate: New states are generated by mutation and by crossover, which combines a pair of states from the population.

Related questions

+1 vote
asked Oct 26, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Oct 26, 2021 in Artificial Intelligence by DavidAnderson
...