typo
This commit is contained in:
parent
e16bb1b34e
commit
0fd269e4f0
@ -420,7 +420,7 @@ class Hyperopt:
|
|||||||
3. Retry using `self.opt.ask` up to 3 times
|
3. Retry using `self.opt.ask` up to 3 times
|
||||||
4. If still some points are missing in respect to `n_points`, random sample some points
|
4. If still some points are missing in respect to `n_points`, random sample some points
|
||||||
5. Repeat until at least `n_points` points in the `asked_non_tried` list
|
5. Repeat until at least `n_points` points in the `asked_non_tried` list
|
||||||
6. Return a list with legth truncated at `n_points`
|
6. Return a list with length truncated at `n_points`
|
||||||
'''
|
'''
|
||||||
i = 0
|
i = 0
|
||||||
asked_non_tried: List[List[Any]] = []
|
asked_non_tried: List[List[Any]] = []
|
||||||
|
Loading…
Reference in New Issue
Block a user