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.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public enum EliteSampleDefinition

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.

Members

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.

See Also