Which of the following statements are true about alpha-beta pruning?以下关于alpha–beta剪枝的陈述哪些是正确的?
Which of the following statements are true about alpha-beta pruning?以下关于alpha–beta剪枝的陈述哪些是正确的?
A.Alpha–beta pruning is to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree.Alpha–beta剪枝旨在减少其搜索树中由minimax算法评价的节点数量。
B.Alpha–beta pruning is to increase the number of nodes that are evaluated by the minimax algorithm in its search tree.Alpha–beta剪枝旨在增加其搜索树中由minimax算法评价的节点数量。
C.Alpha–beta pruning is to eliminate large parts that are evaluated by the minimax algorithm in its search tree.Alpha–beta剪枝旨在消除其搜索树中由minimax算法评价的大部分。
D.Alpha–beta pruning is to add large parts that are evaluated by the minimax algorithm in its search tree.Alpha–beta剪枝旨在添加其搜索树中由minimax算法评价的大部分。
正确答案:Alpha–beta pruning is to decrease the number of nodes that are evaluated by the minimax algorithm in its search tree.Alpha–beta剪枝旨在减少其搜索树中由minimax算法评价的节点数量。;Alpha–beta pruning is to eliminate large parts that are evaluated by the minimax algorithm in its search tree.Alpha–beta剪枝旨在消除其搜索树中由minimax算法评价的大部分。
- 上一篇:Select the following true statements regarding the concept of minimax rule for a zero sum game.从如下关于零和博弈maximum概念中选择正确的答案。
- 下一篇:Claude Shannon proposed instead that programs should cut off the search earlier and apply a ()evaluttion function to states in the search, effectively turning nonterminal nodes into terminal leaves.克劳德·香农提出:程序应该早一些剪断搜索,并在搜索中对状态应用()评价函数,有效地将非终端节点转换为终端叶节点。(