« Cycle reconnaître-résoudre-agir » : différence entre les versions


(Page créée avec « == en construction == Catégorie:Vocabulary Catégorie:Intelligence artificielle Catégorie:UNSW == Définition == xxxxxxx == Français == xxxxxxx == Ang... »)
Balise : Éditeur de wikicode 2017
(Aucune différence)

Version du 13 septembre 2019 à 17:34

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