evalml.tuners.SKOptTuner.is_search_space_exhausted¶
-
SKOptTuner.
is_search_space_exhausted
()¶ Optional. If possible search space for tuner is finite, this method indicates whether or not all possible parameters have been scored.
- Returns
Returns true if all possible parameters in a search space has been scored.
- Return type
bool