Artificial Intelligence - Genetic Algorithms

16. A genetic algorithm (GA) for optimization is most likely to succeed given

Cancel reply

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


Cancel reply

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


17. Which of the following is/are True?

  • Option : D
  • Explanation : Option C and D both are correct.
Cancel reply

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


Cancel reply

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


18. An ant in Ant Colony Optimization algorithm for TSP produces a tour by

Cancel reply

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


Cancel reply

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


19. What is the relation between the pheromone deposited by an ant on an edge and the cost of the tour generated by that ant in the ACO algorithm?

  • Option : B
  • Explanation : Consider two tours P1 = (1,2,5,6,4,3,8,7) and P2 = (1,4,2,3,6,5,7,8) generated by an instance of the Genetic Algorithm for the traveling Salesman Problem. Both P1 and P2 are expressed in path representation.
Cancel reply

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


Cancel reply

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


20. What are the offspring tours generated by Order Crossover (OX) between P1 and P2 given above when the cuts are made after the 2nd and 5th cities?

  • Option : A
  • Explanation : Option A and B both are correct.
Cancel reply

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


Cancel reply

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