Cycle reconnaître-résoudre-agir
en construction
Définition
xxxxxxx
Français
xxxxxxx
Anglais
match-resolve-act cycle
The match-resolve-act cycle is the algorithm performed by a forward-chaining inference engine. It can be expressed as follows:
loop
1. match all condition parts of condition-action rules
against working memory and collect all the rules that match;
2. if more than one match, resolve which to use;
3. perform the action for the chosen rule
until action is STOP or no conditions match
Step 2 is called conflict resolution. There are a number of conflict resolution strategies.
Contributeurs: Imane Meziani, wiki





