Click or drag to resize

EliteSampleDefinition Enumeration

Contains constants for controlling if the elite sample points of a Cross-Entropy context must be defined as those corresponding to the lowest or highest performances of the system under study.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public enum EliteSampleDefinition
Members
  Member nameValueDescription
HigherThanLevel0 The elite sample points of a Cross-Entropy context correspond to the highest performances of the system under study.
LowerThanLevel1 The elite sample points of a Cross-Entropy context correspond to the lowest performances of the system under study.
Remarks

An EliteSampleDefinition constant can be used to specify if the Run of a given Cross-Entropy program must define its elite sample points as those corresponding to the lowest or highest performances of the system under study.

For a thorough description of the intended use of EliteSampleDefinition constants, see the remarks about the CrossEntropyProgram class.

See Also