protected override double Performance(
DoubleMatrix state
)Protected Overrides Function Performance (
state As DoubleMatrix
) As Doubleprotected:
virtual double Performance(
DoubleMatrix^ state
) overrideabstract Performance :
state : DoubleMatrix -> float
override Performance :
state : DoubleMatrix -> float 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
, items
divided among no more than PartitionDimension, say
,
parts.
An argument is expected to be a row vector,
say
, whose
-th entry
is
if the corresponding item is included in
the
-th part, with
.