Recent Articles



































Forward chaining



         



Forward chaining is one of the two main methods of reasoning when using inference rules. The other is backward chaining.

Forward chaining starts with the data available and uses the inference rules to conclude more data until a desired goal is reached. An inference engine using forward chaining searches the inference rules until it finds one in which the if-clause is known to be true. It then concludes the then-clause and adds this information to its data. It would continue to do this until a goal is reached. Because the data available determines which inference rules are used, this method is also called `data driven.`






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License