InterviewSolution
Saved Bookmarks
| 1. |
Which cannot be taken as advantage for totally ordered plan search?(a) Composition(b) State search(c) Problem decomposition(d) None of the mentionedI had been asked this question during an interview.My query is from Partial Order Planning topic in division Planning and Acting in the Real World of Artificial Intelligence |
|
Answer» RIGHT choice is (C) Problem decomposition Explanation: As the SEARCH explore only LINEAR sequences of actions, So they cannot take advantage of problem decomposition. |
|