GridSearchTuner.
is_search_space_exhausted
Checks if it is possible to generate a set of valid parameters. Stores generated parameters in self.curr_params to be returned by propose().
self.curr_params
propose()
NoParamsException – If a search space is exhausted, then this exception is thrown.
If no more valid parameters exists in the search space, return false.
bool