Click or drag to resize

CrossEntropyContextPerformance Method

Defines the performance of a specified state in this context.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
protected abstract double Performance(
	DoubleMatrix state
)

Parameters

state
Type: Novacta.AnalyticsDoubleMatrix
The state whose performance must be evaluated.

Return Value

Type: 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