Commit d2488810 authored by suiguoxin's avatar suiguoxin
Browse files

fix typo

parent e4424985
......@@ -127,7 +127,7 @@ class GridSearchTuner(Tuner):
def update_search_space(self, search_space):
'''
Check if the search space is valid and expand it: only contains 'choice', 'randint', ''
Check if the search space is valid and expand it: support only 'choice', 'quniform', randint'
'''
self.expanded_search_space = self.json2parameter(search_space)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment