Click or drag to resize

SystemPerformanceOptimizationContextGetOptimalState Method

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

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
protected abstract DoubleMatrix GetOptimalState(
	DoubleMatrix parameter
)

Parameters

parameter
Type: Novacta.AnalyticsDoubleMatrix
A sampling parameter exploited by a SystemPerformanceOptimizer during its execution.

Return Value

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