StudySpec_ConvexAutomatedStoppingSpec constructor

StudySpec_ConvexAutomatedStoppingSpec({
  1. int maxStepCount = 0,
  2. int minStepCount = 0,
  3. int minMeasurementCount = 0,
  4. String learningRateParameterName = '',
  5. bool useElapsedDuration = false,
  6. bool? updateAllStoppedTrials,
})

Implementation

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