DefaultContinuousHyperParameterRange constructor

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

Implementation

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