InterviewSolution
Saved Bookmarks
| 1. |
Which of the following search belongs to totally ordered plan search?(a) Forward state-space search(b) Hill-climbing search(c) Depth-first search(d) Breadth-first searchI got this question during an online interview.This key question is from Partial Order Planning topic in section Planning and Acting in the Real World of Artificial Intelligence |
|
Answer» RIGHT ANSWER is (a) Forward state-space search To elaborate: Forward and backward state-space search are particular forms of totally ordered PLAN search. |
|