a) Goal independence b) Subgoal independence c) Both Goal & Subgoal independence d) None of the mentioned Answer: ...
View QuestionWhat is the other name of the backward state-space search?
a) Regression planning b) Progression planning c) State planning d) Test planning Answer: a Explanation: ...
View QuestionWhat is the other name for forward state-space search?
a) Progression planning b) Regression planning c) Test planning d) None of the mentioned Answer: a Explanation: ...
View QuestionHow many ways are available to solve the state-space search?
a) 1 b) 2 c) 3 d) 4 Answer: b Explanation: There are two ...
View QuestionWhich is the most straightforward approach for planning algorithm?
a) Best-first search b) State-space search c) Depth-first search d) Hill-climbing search Answer: ...
View QuestionWhich function is used to calculate the feasibility of whole game tree?
a) Evaluation function b) Transposition c) Alpha-beta pruning d) All of the mentioned Answer: a Explanation: Because we ...
View QuestionWhich is identical to the closed list in Graph search?
a) Hill climbing search algorithm b) Depth-first search c) Transposition table d) None of ...
View QuestionWhat is called as transposition table?
a) Hash table of next seen positions b) Hash table of previously seen positions c) Next value ...
View QuestionHow 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 ...
View QuestionWhere does the values of alpha-beta search get updated?
a) Along the path of search b) Initial state itself c) At the end d) None of the ...
View Question