minMeasurementCount property
The minimal number of measurements in a Trial.
Early-stopping checks will not trigger if less than min_measurement_count+1 completed trials or pending trials with less than min_measurement_count measurements. If not defined, the default value is 5.
Implementation
core.String? minMeasurementCount;