Class MedianStoppingPolicyResponse


  • public final class MedianStoppingPolicyResponse
    extends java.lang.Object
    • Method Detail

      • delayEvaluation

        public java.util.Optional<java.lang.Integer> delayEvaluation()
        Returns:
        Number of intervals by which to delay the first evaluation.
      • evaluationInterval

        public java.util.Optional<java.lang.Integer> evaluationInterval()
        Returns:
        Interval (number of runs) between policy evaluations.
      • policyType

        public java.lang.String policyType()
        Returns:
        Expected value is 'MedianStopping'.