(a) Consider the following minimax game tree. There are two players Max and Min; the player Max wants to maximise the ut
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
(a) Consider the following minimax game tree. There are two players Max and Min; the player Max wants to maximise the ut
Max Min Max Min 8 15 13 17 7 20 4 30 (b) We use the alpha-beta pruning algorithm to prune the tree. List all the pruned nodes. Assume that child nodes are visited from left to right. Justify you answer. [10 marks] (c) Now suppose that the Max player in the third layer is replaced by a Chance player. We then have the following game tree. Let us say that the chance nodes go their different children with the same probability. Give the value of the root node (L1-1) and the values of the two nodes at the second layer (L2-1 and L2-2). Justify you [2 marks] answer. 12 11 16 9 14
Max Min Chance 14 Min 8 15 13 17 7 20 30 (d) Can this tree get pruned (assume that child nodes are visited from left to right)? If yes, list all the pruned nodes; If no, give your explanation. [6 marks] 12 11 16 9