AlgorithmTrainingSpecificationSupportedHyperParameterRangeContinuousParameterRangeSpecification constructor
const
AlgorithmTrainingSpecificationSupportedHyperParameterRangeContinuousParameterRangeSpecification({})
Creates a new AlgorithmTrainingSpecificationSupportedHyperParameterRangeContinuousParameterRangeSpecification.
maxValue Maximum allowed value.
minValue Minimum allowed value.
Implementation
const AlgorithmTrainingSpecificationSupportedHyperParameterRangeContinuousParameterRangeSpecification({
required this.maxValue,
required this.minValue,
});