CrossEntropyContextInitialParameter Property

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

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public DoubleMatrix InitialParameter { get; }

Property Value

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