DefaultIntegerHyperParameterRange constructor

DefaultIntegerHyperParameterRange({
  1. bool? isTunable,
  2. int? maxValue,
  3. int? minValue,
  4. String? name,
})

Implementation

DefaultIntegerHyperParameterRange({
  this.isTunable,
  this.maxValue,
  this.minValue,
  this.name,
});