+1 vote
in Artificial Intelligence by
Which value is assigned to alpha and beta in the alpha-beta pruning?

(a) Alpha = max

(b) Beta = min

(c) Beta = max

(d) Both Alpha = max & Beta = min

The question was posed to me in an interview for internship.

Asked question is from Alpha Beta Pruning topic in portion Adversarial Search of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Correct option is (d) Both Alpha = max & Beta = min

Easy explanation: Alpha and beta are the values of the best choice we have found so far at any choice point along the path for MAX and MIN.

Related questions

0 votes
asked Oct 1, 2019 in Artificial Intelligence by Robin
0 votes
asked Nov 22, 2021 in Artificial Intelligence by DavidAnderson
...