[This is preliminary documentation and is subject to change.]

Specifies whether or not the bottom level of the NACS's reasoning mechanism should be used

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public bool USE_BOTTOM_LEVEL { get; set; }

Remarks

Default = true
Note
Top-down & bottom-up activation is still performed at the start of each reasoning iteration

See Also