Quiz Space

AI: Search Methods for Problem Solving · Quiz 2 · 24 Mar 2024 · January 2024 term

Question 2: The figure shows a map with several locations on a grid w…

Question 2

+1 markWritten answer

The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid points and are connected by two way edges (roads), where each edge has a cost that is the same in both directions. Observe that the edge costs are not necessarily proportional to the coordinate based distance estimates.
The start node is S and the goal node is G, the MoveGen function returns neighbours in alphabetical order. Use Manhattan distance as the heuristic function.
Tie-breaker: when several nodes have the same best cost, use alphabetical order to break ties.

Emulate A*, WA* and Branch-and-Bound on the given map, then answer the given subquestions.

In the map, S is the first node to be refined, determine the next 3 nodes from the 2nd to 4th node refined by A*. Enter the nodes in the order they are refined.
Enter a comma separated list of node labels.
NO SPACES, TABS, DOTS, BRACKETS OR EXTRANEOUS CHARACTERS.
Answer format: W,X,Y,Z

Show answer

Correct answer: A,B,D

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

More questions from this paper

  1. Q1ASK FOR PRINTED GRAPH SHEETS 8 PAGES TWO-SIDE PRINT
  2. Q3The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  3. Q4The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  4. Q5The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  5. Q6The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  6. Q7The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  7. Q8The figure shows a map with several locations on a grid where each tile is 1x1 in size. The locations are at grid point…
  8. Q9The distance matrix for 5 cities are provided below. | | A | B | C | D | E | |---|---|---|---|---|---| | A | - | 80 | 7…
  9. Q10The distance matrix for 5 cities are provided below. | | A | B | C | D | E | |---|---|---|---|---|---| | A | - | 80 | 7…
  10. Q11The distance matrix for 5 cities are provided below. | | A | B | C | D | E | |---|---|---|---|---|---| | A | - | 80 | 7…
  11. Q12The distance matrix for 5 cities are provided below. | | A | B | C | D | E | |---|---|---|---|---|---| | A | - | 80 | 7…
  12. Q13The distance matrix for 5 cities are provided below. | | A | B | C | D | E | |---|---|---|---|---|---| | A | - | 80 | 7…
  13. Q14The figure shows a game tree with evaluations W (win), L (loss) and D (draw) from Max's perspective. The nodes are labe…
  14. Q15The figure shows a game tree with evaluations W (win), L (loss) and D (draw) from Max's perspective. The nodes are labe…
  15. Q16List the horizon nodes in the best strategy.\ Enter the node labels as a comma separated list in ASCENDING order.\ NO S…
  16. Q17List the horizon nodes pruned by Alpha-Beta algorithm.\ Enter the node labels as a comma separated list in ASCENDING or…
  17. Q18List the horizon nodes in the initial cluster formed by SSS algorithm.\ Enter the node labels as a comma separated list…
  18. Q19List the horizon nodes assigned SOLVED status by the SSS algorithm.\ Enter the node labels as a comma separated list in…
  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…