public enum EliteSampleDefinition
Public Enumeration EliteSampleDefinition
public enum class EliteSampleDefinition
type EliteSampleDefinition
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.
HigherThanLevel | 0 | The elite sample points of a Cross-Entropy context correspond to the highest performances of the system under study. |
LowerThanLevel | 1 | The elite sample points of a Cross-Entropy context correspond to the lowest performances of the system under study. |