Click or drag to resize

ContinuousOptimizationContextPerformance Method

Computes the objective function at a specified argument as the performance defined in this context.

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

Parameters

state
Type: Novacta.AnalyticsDoubleMatrix
The argument at which the objective function must be evaluated.

Return Value

Type: Double
The value of the objective function at the specified argument.
Remarks

This method has been overridden to define the performance of a state as the value of the objective function at state. It is expected that the objective function will accept a row vector as a valid representation of an argument.

See Also