1.

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 = minThe 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

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions