InterviewSolution
Saved Bookmarks
| 1. |
How many possible sources of complexity are there in forward chaining?(a) 1(b) 2(c) 3(d) 4This question was addressed to me in homework.The query is from Forward Chaining topic in division Logical Agents of Artificial Intelligence |
|
Answer» CORRECT choice is (c) 3 The explanation is: The THREE possible SOURCES of complexity are an inner LOOP, algorithm rechecks every rule on every iteration, algorithm might generate many facts IRRELEVANT to the goal. |
|