protected abstract double Performance(
DoubleMatrix state
)Protected MustOverride Function Performance (
state As DoubleMatrix
) As Doubleprotected:
virtual double Performance(
DoubleMatrix^ state
) abstractabstract Performance :
state : DoubleMatrix -> float The performance of a state can be defined by overriding method Performance(DoubleMatrix). It is expected that the performance function will accept a row vector as a valid representation of a system's state.