Cycle reconnaître-résoudre-agir


Révision datée du 13 septembre 2019 à 17:34 par Pitpitt (discussion | contributions) (Page créée avec « == en construction == Catégorie:Vocabulary Catégorie:Intelligence artificielle Catégorie:UNSW == Définition == xxxxxxx == Français == xxxxxxx == Ang... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)

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.


Source : UNWS AI dictionary



Contributeurs: Imane Meziani, wiki