CrossEntropyContextPerformance Method

Defines the performance of a specified state in this context.

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
protected abstract double Performance(
	DoubleMatrix state
)

Parameters

state  DoubleMatrix
The state whose performance must be evaluated.

Return Value

Double
The performance of the specified state.

Remarks

The performance of a state can be defined by overriding method Performance(DoubleMatrix). It is expected that the performance function will accept a row vector as a valid representation of a system's state.

See Also