Click or drag to resize

PartitionOptimizationContextGetOptimalState Method

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

Parameters

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

Return Value

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