icon
Related questions
Question
1- What is the value of alpha at state A when it calls min_value(D, alpha=?, beta=?). Enter -1000 for -Infinity; 1000 for +Infinity.
??
 
2- How many nodes are in the game tree? (Include terminal states)
??
Consider the game tree below. Run the minmax with alpha-beta pruning
algorithm on this tree starting from state A (expanding nodes left to right;
starting player (blue upturned triangle) is the maximizing player). Answer the
following questions.
E
B
LL
F
A
al
a2
а3
C
G
H
K
2 5 7 10 10 11 15 (2)
E1 E2 F1 F2 G1 G2 G3 H1
(6)
D
M
68
4
4
3
5(10)
J1 J2
K1
L1
L2
M1
M2
Transcribed Image Text:Consider the game tree below. Run the minmax with alpha-beta pruning algorithm on this tree starting from state A (expanding nodes left to right; starting player (blue upturned triangle) is the maximizing player). Answer the following questions. E B LL F A al a2 а3 C G H K 2 5 7 10 10 11 15 (2) E1 E2 F1 F2 G1 G2 G3 H1 (6) D M 68 4 4 3 5(10) J1 J2 K1 L1 L2 M1 M2
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer