set_search_properties#
- Searcher.set_search_properties(metric: str | None, mode: str | None, config: Dict, **spec) bool[source]#
Pass search properties to searcher.
This method acts as an alternative to instantiating search algorithms with their own specific search spaces. Instead they can accept a Tune config through this method. A searcher should return
Trueif setting the config was successful, orFalseif it was unsuccessful, e.g. when the search space has already been set.- Parameters:
- Returns:
True if the search properties were set successfully, False otherwise.
- Return type: