Click or drag to resize

CrossEntropyContextInitialParameter Property

Gets the parameter initially exploited to sample from the state-space of the system defined by this context.

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

Property Value

Type: DoubleMatrix
The parameter from which samples are drawn while executing the first iteration of a Cross-Entropy program in this context.
Remarks

This is the parameter characterizing the distribution from which sample points are drawn when a CrossEntropyProgram executes its first iteration in this context.

See Also