in Algorithms recategorized by
2,783 views
2 votes
2 votes

The strategy used to reduce the number of tree branches and the number of static evaluations applied in case of a game tree is

  1. Minmax strategy
  2. Alpha-beta pruning strategy
  3. Constraint satisfaction strategy
  4. Static max strategy
in Algorithms recategorized by
2.8k views

3 Comments

Is it in GATE syllabus?
0
0
@smsubham , No, It is the part of Artificial Intelligence which is not in GATE syllabus..
1
1
Ya part of AI.
1
1

1 Answer

5 votes
5 votes

Answer : Alpha-beta pruning strategy

Alpha–beta pruning is a search algorithm that seeks to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree. It is an adversarial search algorithm used commonly for machine playing of two-player games

Reference : Nptel

Answer:

Related questions