TruncationSelectionPolicyResponse

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

Defines an early termination policy that cancels a given percentage of runs at each evaluation interval.

Constructors

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

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 'TruncationSelection'.

Link copied to clipboard

The percentage of runs to cancel at each evaluation interval.