TruncationSelectionPolicy interface
Defines an early termination policy that cancels a given percentage of runs at each evaluation interval.
- Extends
Properties
policy |
Polymorphic discriminator, which specifies the different types this object can be |
truncation |
The percentage of runs to cancel at each evaluation interval. |
Inherited Properties
delay |
Number of intervals by which to delay the first evaluation. |
evaluation |
Interval (number of runs) between policy evaluations. |
Property Details
policyType
Polymorphic discriminator, which specifies the different types this object can be
policyType: "TruncationSelection"
Property Value
"TruncationSelection"
truncationPercentage
The percentage of runs to cancel at each evaluation interval.
truncationPercentage?: number
Property Value
number
Inherited Property Details
delayEvaluation
Number of intervals by which to delay the first evaluation.
delayEvaluation?: number
Property Value
number
Inherited From EarlyTerminationPolicy.delayEvaluation
evaluationInterval
Interval (number of runs) between policy evaluations.
evaluationInterval?: number
Property Value
number
Inherited From EarlyTerminationPolicy.evaluationInterval