複選題
36. Which of the following statements are true?
(A) Depth-first search is identical to the closed list in Graph search.
(B) Alpha-beta pruning is used to calculate the feasibility of whole game tree.
(C) Alpha-beta pruning can be applied to trees of any depth and it is possible to prune entire subtree rather than leaves.
(D) The minimax search is depth-first search, and therefore at one time we just have to consider the nodes along a single path in the tree.
(E) The minimax decision is dependent on the pruned values.

答案:登入後查看
統計: A(0), B(1), C(1), D(1), E(0) #2826231