public bool Terminate(IAlgorithm algorithm) { return(Criterion.Terminate(Measurement.GetValue(algorithm).DoubleValue, Target)); }