InterviewSolution
Saved Bookmarks
| 1. |
How the effectiveness of the alpha-beta pruning gets increased?(a) Depends on the nodes(b) Depends on the order in which they are executed(c) All of the mentioned(d) None of the mentionedI had been asked this question by my school principal while I was bunking the class.This key question is from Alpha Beta Pruning in division Adversarial Search of Artificial Intelligence |
|
Answer» RIGHT OPTION is (a) DEPENDS on the nodes Explanation: NONE. |
|