CrossEntropyContext Constructor
Initializes a new instance of the
CrossEntropyContext class
having the specified state dimension.
Namespace: Novacta.Analytics.AdvancedAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
protected CrossEntropyContext(
int stateDimension,
DoubleMatrix initialParameter
)
Protected Sub New (
stateDimension As Integer,
initialParameter As DoubleMatrix
)
protected:
CrossEntropyContext(
int stateDimension,
DoubleMatrix^ initialParameter
)
new :
stateDimension : int *
initialParameter : DoubleMatrix -> CrossEntropyContext
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.