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

The various methods that can be used for level selection (such as stochastic or combined)

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

Syntax

C#
public enum LevelSelectionMethods

Members

Member nameValueDescription
STOCHASTIC0 Specifies that stochastic level selection should be performed
COMBINED1 Specifies that outcomes of the top and bottom levels should be combined using weighted combination

See Also