PartitionOptimizationContextGetOptimalState Method

Gets the argument that optimizes the objective 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 override DoubleMatrix GetOptimalState(
	DoubleMatrix parameter
)

Parameters

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

Return Value

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

Remarks

The optimal argument must be a valid input for the objective (performance) function defined by this context.

See Also