SaturationThresholds constructor

const SaturationThresholds({
  1. double matureTaskPassRate = 0.95,
  2. int consecutiveRunsForGraduation = 5,
  3. double brokenTaskPassRate = 0.0,
  4. int minTrialsForBrokenJudgment = 10,
  5. double saturatedSuiteRatio = 0.9,
})

Implementation

const SaturationThresholds({
  this.matureTaskPassRate = 0.95,
  this.consecutiveRunsForGraduation = 5,
  this.brokenTaskPassRate = 0.0,
  this.minTrialsForBrokenJudgment = 10,
  this.saturatedSuiteRatio = 0.9,
});