EarlyTerminationPolicy interface
Early termination policies enable canceling poor-performing runs before they complete
Properties
delay |
Number of intervals by which to delay the first evaluation. |
evaluation |
Interval (number of runs) between policy evaluations. |
policy |
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"