protected abstract double Performance(
DoubleMatrix state
)
Protected MustOverride Function Performance (
state As DoubleMatrix
) As Double
protected:
virtual double Performance(
DoubleMatrix^ state
) abstract
abstract 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.