+1 vote
in Artificial Intelligence by
How to eliminate the redundant rule matching attempts in the forward chaining?

(a) Decremental forward chaining

(b) Incremental forward chaining

(c) Data complexity

(d) None of the mentioned

The question was posed to me in an internship interview.

My question is from Forward Chaining topic in section 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

1 Answer

0 votes
by
Right answer is (b) Incremental forward chaining

The best I can explain: We can eliminate the redundant rule matching attempts in the forward chaining by using incremental forward chaining.
...