InterviewSolution
Saved Bookmarks
| 1. |
How the new states are generated in genetic algorithm?(a) Composition(b) Mutation(c) Cross-over(d) Both Mutation & Cross-overI had been asked this question in class test.The query is from Online Search Agent topic in chapter Intelligent Agents of Artificial Intelligence |
|
Answer» 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. |
|