recategorized by
3,677 views
3 3 votes

In alpha-beta pruning, _____ is used to cut off the search at maximizing level only and ____ is used to cut off the search at maximizing level only.

  1. alpha, beta
  2. beta, alpha
  3. alpha, alpha
  4. beta, beta

1 Answer

Answer:
Position:
Show:

Related questions

2 2 votes
1 1 answer
3.4k
3.4k views
go_editor asked Jul 28, 2016
3,392 views
The mean-end analysis process centers around the detection of differences between the current state and goal state. Once such a difference is isolated, an operator that c...
4 4 votes
1 1 answer
2.7k
2.7k views
go_editor asked Jul 27, 2016
2,690 views
If h* represents an estimate from the cost of getting from the current node N to the goal node and h represents actual cost of getting from the current node to the goal n...
1 1 vote
1 1 answer
1.9k
1.9k views
Arjun asked Feb 27, 2025
1,935 views
Consider game trees Tree-1 and Tree-2 as shown. The first level is a $\text{MAX}$ agent and the second level is a $\text{MIN}$ agent. The value in the square node is the ...
2 2 votes
3 3 answers
6.4k
6.4k views
Abdul Majeed asked Jul 11, 2016
6,403 views
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?$I$$HI$$CH...