recategorized by
2,769 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
recategorized by

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

2 votes
2 votes
1 answer
1
2 votes
2 votes
3 answers
4
go_editor asked Jul 8, 2016
1,379 views
In which file the compiler manage various objects, which are used in windows programming?Control FileBinary FileText FileObj File