Click or drag to resize

CrossEntropyResultsParameters Property

Gets the sampling parameters applied by the program in its iterations.

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

Property Value

Type: LinkedListDoubleMatrix
The list of sampling parameters exploited by the executed Cross-Entropy program.
See Also