InterviewSolution
Saved Bookmarks
| 1. |
The Set of actions for a problem in a state space is formulated by a ___________(a) Intermediate states(b) Initial state(c) Successor function, which takes current action and returns next immediate state(d) None of the mentionedThis question was posed to me in exam.I would like to ask this question from Problem Solving in chapter Problem Solving of Artificial Intelligence |
|
Answer» Right ANSWER is (c) Successor function, which TAKES current action and returns next immediate state |
|