Freigeben über


TruncationSelectionPolicy interface

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

Extends

Properties

policyType

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

truncationPercentage

The percentage of runs to cancel at each evaluation interval.

Inherited Properties

delayEvaluation

Number of intervals by which to delay the first evaluation.

evaluationInterval

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