SystemPerformanceOptimizationContextGetOptimalState Method

Gets the argument that optimizes the performance function in this context, according to the specified Cross-Entropy sampling parameter.

Definition

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

Parameters

parameter  DoubleMatrix
A sampling parameter exploited by a SystemPerformanceOptimizer during its execution.

Return Value

DoubleMatrix
The state that, according to the specified sampling parameter, is guessed as the optimal argument of the performance function defined by this context.

Remarks

The optimal state must be a valid input for the performance function of the system defined by this context.

See Also