MachineLearningEarlyTerminationPolicy Class

Definition

Early termination policies enable canceling poor-performing runs before they complete Please note MachineLearningEarlyTerminationPolicy is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BanditPolicy, MedianStoppingPolicy and TruncationSelectionPolicy.

public abstract class MachineLearningEarlyTerminationPolicy
type MachineLearningEarlyTerminationPolicy = class
Public MustInherit Class MachineLearningEarlyTerminationPolicy
Inheritance
MachineLearningEarlyTerminationPolicy
Derived

Constructors

MachineLearningEarlyTerminationPolicy()

Initializes a new instance of MachineLearningEarlyTerminationPolicy.

Properties

DelayEvaluation

Number of intervals by which to delay the first evaluation.

EvaluationInterval

Interval (number of runs) between policy evaluations.

Applies to