[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.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public enum LevelSelectionMethods |
Members
Member name | Value | Description | |
---|---|---|---|
STOCHASTIC | 0 | Specifies that stochastic level selection should be performed | |
COMBINED | 1 | Specifies that outcomes of the top and bottom levels should be combined using weighted combination |