1.

Which function is used to calculate the feasibility of whole game tree?(a) Evaluation function(b) Transposition(c) Alpha-beta pruning(d) All of the mentionedThe question was posed to me in an interview for job.My doubt is from Alpha Beta Pruning topic in section Adversarial Search of Artificial Intelligence

Answer»

Right OPTION is (a) Evaluation function

To EXPLAIN: Because we NEED to cut the search off at some point and APPLY an evaluation function that gives an estimate of the utility of the state.



Discussion

No Comment Found

Related InterviewSolutions