in Others edited by
5,175 views
2 votes
2 votes

Consider the following game tree in which root is a maximizing node and children are visited left to right. What nodes will be pruned by the alpha-beta pruning?

  1. $I$
  2. $HI$
  3. $CHI$
  4. $GHI$
in Others edited by
5.2k views

3 Answers

1 vote
1 vote

here is my solution

0 votes
0 votes
Since here we have to maximize A and minimize B and C (As per min max tree) min of B is 3 and min of C is 2 for sure( so there is no need of further expanding H and  I as whatever value their successor will produce will be immaterial ) hence H I are pruned

so ans is B

2 Comments

Sir,

Suppose min of C is 6. Or changed the value of node G  is 13.

So, answer is GH ...I am right sir,
0
0
no in that case nothing is pruned as we have to check the values to know the minimum .     as search is from left to right  we need to know the values of g h i  so no one can be pruned
1
1
0 votes
0 votes
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true