PartitionOptimizationContextPerformance Method

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

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
protected override double Performance(
	DoubleMatrix state
)

Parameters

state  DoubleMatrix
The argument at which the objective function must be evaluated.

Return Value

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