Login
Remember
Register
Ask a Question
How many possible sources of complexity are there in forward chaining?
+1
vote
asked
Oct 26, 2021
in
Artificial Intelligence
by
DavidAnderson
How many possible sources of complexity are there in forward chaining?
(a) 1
(b) 2
(c) 3
(d) 4
This question was addressed to me in homework.
The query is from Forward Chaining topic in division Logical Agents of Artificial Intelligence
Select the correct answer from above options
Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience
artificial-intelligence
other-ai-algorithms-&-statistics-artificial
intelligence-algorithms
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 26, 2021
by
DavidAnderson
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.
...