Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > IE > InferenceEngine > Classes > TInferenceEngine > Properties

TInferenceEngine.Strategy Property

Scroll Prev Top Next More

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

Property Value

Type: TSearchStrategy

Default = ssDepthFirst

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb