Forward chaining


Révision datée du 3 juillet 2019 à 10:22 par Pitpitt (discussion | contributions) (Remplacement de texte — « <small>Entrez ici les domaines et catégories...</small> » par «  »)

en construction

Vocabulary

Définition

Français

Anglais

Forward chaining


Forward chaining (or forward reasoning) is one of the two main methods of reasoning when using an inference engine and can be described logically as repeated application of modus ponens. Forward chaining is a popular implementation strategy for expert systems, business and production rule systems. The opposite of forward chaining is backward chaining.

Forward chaining starts with the available data and uses inference rules to extract more data (from an end user, for example) until a goal is reached. An inference engine using forward chaining searches the inference rules until it finds one where the antecedent (If clause) is known to be true. When such a rule is found, the engine can conclude, or infer, the consequent (Then clause), resulting in the addition of new information to its data.[1]

Inference engines will iterate through this process until a goal is reached.










Contributeurs: wiki