EarlyTerminationPolicy interface

Early termination policies enable canceling poor-performing runs before they complete

Properties

delayEvaluation

Number of intervals by which to delay the first evaluation.

evaluationInterval

Interval (number of runs) between policy evaluations.

policyType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

delayEvaluation

Number of intervals by which to delay the first evaluation.

delayEvaluation?: number

Property Value

number

evaluationInterval

Interval (number of runs) between policy evaluations.

evaluationInterval?: number

Property Value

number

policyType

Polymorphic discriminator, which specifies the different types this object can be

policyType: "Bandit" | "MedianStopping" | "TruncationSelection"

Property Value

"Bandit" | "MedianStopping" | "TruncationSelection"