InterviewSolution
Saved Bookmarks
| 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 |
|