Controls how the inference engine orders the activation of rules. The possible values are:
ssDepthFirst - New Rule activations are placed at the front of the agenda (i.e., new rules will fire before older rules).
ssBreadthFirst - New Rule activations are placed at the end of the agenda (i.e., new rules fire after older rules)
Namespace: InferenceEngine
Delphi |
published |
Property Value
Type: TSearchStrategy
Default = ssDepthFirst
Note that the salience of the rules can modify the ordering in the agenda as well |
Reference |