StudySpec_ConvexStopConfig constructor

StudySpec_ConvexStopConfig({
  1. int maxNumSteps = 0,
  2. int minNumSteps = 0,
  3. int autoregressiveOrder = 0,
  4. String learningRateParameterName = '',
  5. bool useSeconds = false,
})

Implementation

StudySpec_ConvexStopConfig({
  this.maxNumSteps = 0,
  this.minNumSteps = 0,
  this.autoregressiveOrder = 0,
  this.learningRateParameterName = '',
  this.useSeconds = false,
}) : super(fullyQualifiedName);