MedianStoppingPolicy interface

Defines an early termination policy based on running averages of the primary metric of all runs

Extends

Properties

policyType

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

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: "MedianStopping"

Property Value

"MedianStopping"

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