MedianStoppingPolicyResponse

data class MedianStoppingPolicyResponse(val delayEvaluation: Int? = null, val evaluationInterval: Int? = null, val policyType: String)

Defines an early termination policy based on running averages of the primary metric of all runs.

Constructors

Link copied to clipboard
constructor(delayEvaluation: Int? = null, evaluationInterval: Int? = null, policyType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delayEvaluation: Int? = null

Number of intervals by which to delay the first evaluation.

Link copied to clipboard
val evaluationInterval: Int? = null

Interval (number of runs) between policy evaluations.

Link copied to clipboard

Expected value is 'MedianStopping'.