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.