CrossEntropyContext Constructor

Initializes a new instance of the CrossEntropyContext class having the specified state dimension.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
protected CrossEntropyContext(
	int stateDimension,
	DoubleMatrix initialParameter
)

Parameters

stateDimension  Int32
The state dimension.
initialParameter  DoubleMatrix
The parameter from which samples are drawn while executing the first iteration of a Cross-Entropy program in this context.

Exceptions

ArgumentOutOfRangeExceptionstateDimension is not positive.
ArgumentNullExceptioninitialParameter is null.

See Also