NPTEL Artificial Intelligence : Search Methods For Problem solving Week 7 Assignment Answers 2024

Sanket
By Sanket

NPTEL Artificial Intelligence : Search Methods For Problem solving Week 7 Assignment Answers 2024

1. In the Alpha-Beta procedure presented in the lecture, __________ .

  • α and β are global parameters
  • α and β are local parameters in each call to Alpha-Beta procedure
  • It is irrelevant whether α and β are local or global parameters
Answer :- For Answers Click Here 

2. In Alpha-Beta procedure, the eval n of a MIN node will lead to pruning when _______ .

  • n <= α
  • n <= β
  • α < n < β
  • α <= n
  • β <= n
Answer :- For Answers Click Here 

3. Alpha-cut prunes ___________ .

  • children of MIN node
  • children of MAX node
Answer :- For Answers Click Here 

4. Select the correct statements.

  • The total number of nodes pruned by Alpha-Beta algorithm changes when child ordering in the game tree changes.
  • The total number of nodes pruned by Alpha-Beta is independent of child ordering in the game tree.
  • The total number of nodes pruned by SSS* changes when child ordering in the game tree changes.
  • The total number of nodes pruned by SSS* is independent of child ordering in the game tree.
Answer :- 

5. Select the correct statements.

  • Alpha-Beta prunes at-least as many nodes as SSS. Alpha-Beta prunes the same nodes as SSS, but Alpha-Beta does it efficiently.
  • SSS* prunes at-least as many nodes as Alpha-Beta.
  • SSS* prunes the same nodes as Alpha-Beta, but SSS* does it efficiently.
Answer :- 

6. In the SSS* procedure, ________ .

  • when any MIN node is solved its parent is solved
  • only when the last MIN-child is solved its parent is solved
  • when any MAX node is solved its parent is solved
  • only when the last MAX-child is solved its parent is solved
Answer :- For Answers Click Here 

7. Two procedures for constructing game strategies are listed below

fig w07 algo Construct Strategy w07 A

Which of these procedures construct a game strategy for MAX?

  • Construct-Strategy-1
  • Construct-Strategy-2
  • None of the above
Answer :- 

8. Four game-trees are shown below with some edges highlighted in bold.

fig w07 game tree rt24 01 strategy tape

Which of these game trees depict a strategy for MAX? The root is MAX in all the game trees.

  • Game Tree A
  • Game Tree B
  • Game Tree C
  • Game Tree D
Answer :- 

END GROUP 1

BEGIN GROUP 2

The figure shows a game tree with evaluations W (win), L (loss) and D (draw) from Max’s perspective. In this game tree the labels P, Q, R, S, T indicate strategies/moves at the root.

fig w07 game tree wdl p4 31l 60 v 07

9. What is the outcome (W, D or L) of the game when both players play perfectly?

Answer :- 

10. Which of the moves P, Q, R, S, T are the best moves for Max?

Answer :- For Answers Click Here 

11. Which of the moves P, Q, R, S, T are the best moves for MIN?

Answer :- 

The figure shows a 4-ply game tree with evaluation function values at the horizon. The nodes in the horizon are assigned reference numbers A,B,C,…,P. Use these reference numbers when you want to enter a list of horizon nodes in the short answer.

Tie-breaker: when several nodes have the same h-value then select the deepest node, if tie persists then select the left most of the deepest nodes.

fig w07 2024 game tree re gt p4 16 v 020

12. What is the Minimax value of the game?

Answer :- 

13. List the horizon nodes (reference numbers) in the best strategy for MAX.

Answer :- 

14. Change the eval of exactly one horizon node to get a new Minimax value of 55. Which horizon node will you change? When multiple horizon nodes qualify then select one node of your choice.

Enter the reference number of the horizon node.
Enter NIL if no horizon node qualifies.

Answer :- 

15. Change the eval of one horizon node to get a new Minimax value of 64. Which horizon node will you change? When multiple horizon nodes qualify then select one node of your choice.

Answer :- For Answers Click Here 

16. List the horizon nodes pruned by alpha-cuts.

Answer :- 

17. List the horizon nodes pruned by beta-cuts.

Answer :- 

18. List the horizon nodes in the initial clusters formed by SSS*?

Answer :- 

19. What are the horizon nodes that are assigned SOLVED status by SSS*?

Answer :- 

20. What are the horizon nodes pruned (i.e., not assigned LIVE/SOLVED status) by SSS*?

Answer :- For Answers Click Here 
Share This Article
Leave a comment