'Rules, or defrule, define the "code" of your expert system. '+'They manipulate the facts in the expert system to infer new facts or to '+'perform actions. Rules are basically IF-THEN constructs for reasoning about '+'the domain. The inference engine matches rule conditions (the IF portion) '+'with facts in the expert system and flags rules which have been matched '+'(called a rule activation). After the inference engine has determined all '+'the rule matches, it selects one rule based on its strategy and a rule salience '+'(priority) and fires that rule. When a rule is fired, its actions (the THEN '+'portion) are executed one by one.'
Namespace: IEParser
Delphi |
SRuleComment = 'Rules, or defrule, define the "code" of your expert system. '+ |
Value
Type: string
Reference |