StudySpec_ConvexAutomatedStoppingSpec constructor
StudySpec_ConvexAutomatedStoppingSpec({})
Implementation
StudySpec_ConvexAutomatedStoppingSpec({
this.maxStepCount = 0,
this.minStepCount = 0,
this.minMeasurementCount = 0,
this.learningRateParameterName = '',
this.useElapsedDuration = false,
this.updateAllStoppedTrials,
}) : super(fullyQualifiedName);