Click or drag to resize

PartitionOptimizationContextPerformance 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 is overridden so that the performance of a state is defined 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.

Any argument represents a partition of StateDimension, say LaTeX equation, items divided among no more than PartitionDimension, say LaTeX equation, parts. An argument is expected to be a row vector, say LaTeX equation, whose LaTeX equation-th entry LaTeX equation is LaTeX equation if the corresponding item is included in the LaTeX equation-th part, with LaTeX equation.

See Also