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.