AI MCQ #336: How to eliminate the redundant rule matching attempts in the forward chaining?

Q336. 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

✅ Correct Answer: B) Incremental forward chaining

Explanation: We can eliminate the redundant rule matching attempts in the forward chaining by using incremental forward chaining.