Quiz Space

AI: Search Methods for Problem Solving · Quiz 2 · 4 Aug 2024 · May 2024 term

Question 13: The distance matrix for 6 cities are provided below. For…

Question 13

+1 markNumerical answer

The distance matrix for 6 cities are provided below. For each city the distances to other cities are listed in ascending order. For example, the distance from A to D is 42, and from A to F is 48, and so on.

AD:42F:48E:64C:86B:96
BC:72F:88A:96D:104E:144
CD:62B:72A:86F:114E:150
DA:42C:62F:86E:100B:104
EF:58A:64D:100B:144C:150
FA:48E:58D:86B:88C:114

Solve the sub-questions using the TSP Branch-and-Bound algorithm.
Attention: Infer as much as possible (and as early as possible) about the permanent segments in the partial solutions. A segment is a two-way edge between two cities.

What is the cost of the node (S0,AD,~AF,EF,CD,~AE) in the TSP BnB search tree?
Enter a natural number.
NO SPACES, TABS, DOTS, BRACKETS OR EXTRANEOUS CHARACTERS.
Answer format: 17.3

Show answer

Correct answer: 475

Question 13 of 26 in the IIT Madras BS AI: Search Methods for Problem Solving (AI Search Methods) Quiz 2 paper sat on 4 Aug 2024, in the May 2024 term (IIT M DEGREE AN EXAM QDB2 4 Aug 2024). It carries 1 mark.

More questions from this paper

  1. Q1Figure question
  2. Q2The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  3. Q3The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  4. Q4The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  5. Q5The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  6. Q6The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  7. Q7The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  8. Q8The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  9. Q9The distance matrix for 6 cities are provided below. For each city the distances to other cities are listed in ascendin…
  10. Q10The distance matrix for 6 cities are provided below. For each city the distances to other cities are listed in ascendin…
  11. Q11The distance matrix for 6 cities are provided below. For each city the distances to other cities are listed in ascendin…
  12. Q12The distance matrix for 6 cities are provided below. For each city the distances to other cities are listed in ascendin…
  13. Q14The figure shows a game tree with evaluations W (win), D (draw) and L (loss) from Max's perspective. The horizon nodes …
  14. Q15The figure shows a game tree with evaluations W (win), D (draw) and L (loss) from Max's perspective. The horizon nodes …
  15. Q16The figure shows a game tree with evaluations at the horizon from Max's perspective. The horizon nodes carry evals (num…
  16. Q17The figure shows a game tree with evaluations at the horizon from Max's perspective. The horizon nodes carry evals (num…
  17. Q18The figure shows a game tree with evaluations at the horizon from Max's perspective. The horizon nodes carry evals (num…
  18. Q19The figure shows a game tree with evaluations at the horizon from Max's perspective. The horizon nodes carry evals (num…
  19. Q20The domain description of a blocks-world with a single one-armed robot is provided below. Note: this is the same domain…
  20. Q21The domain description of a blocks-world with a single one-armed robot is provided below. Note: this is the same domain…
  21. Q22The domain description of a blocks-world with a single one-armed robot is provided below. Note: this is the same domain…
  22. Q23The domain description of a blocks-world with a single one-armed robot is provided below. Note: this is the same domain…
  23. Q24The domain description of a blocks-world with a single one-armed robot is provided below. Note: this is the same domain…
  24. Q25The domain description of a blocks-world with a single one-armed robot is provided below. Note: this is the same domain…
  25. Q26The domain description of a blocks-world with a single one-armed robot is provided below. Note: this is the same domain…