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 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.
Any argument represents a combination
of StateDimension, say
, items
taken CombinationDimension, say
,
at a time.
An argument is expected to be a row vector,
say
, whose
-th entry
is
if the corresponding item is included in
the combination;
otherwise.