Click or drag to resize

CrossEntropyResultsLevels Property

Gets the performance levels achieved by the program in its iterations.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public LinkedList<double> Levels { get; }

Property Value

Type: LinkedListDouble
The list of performance levels achieved by the executed Cross-Entropy program.
See Also