CrossEntropyContextInitialParameter Property
Gets the parameter initially exploited to sample from
the state-space of the system defined by this context.
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public DoubleMatrix InitialParameter { get; }
Public ReadOnly Property InitialParameter As DoubleMatrix
Get
public:
property DoubleMatrix^ InitialParameter {
DoubleMatrix^ get ();
}
member InitialParameter : DoubleMatrix with get
Property Value
DoubleMatrix
The parameter from which samples are drawn while executing
the first iteration of a Cross-Entropy program in this context.
This is the parameter characterizing the distribution
from which sample points are drawn when a
CrossEntropyProgram executes its
first iteration in this context.