Fix dragonfly install instructions (#8866)

This commit is contained in:
Sumanth Ratna
2020-06-09 16:05:04 -04:00
committed by GitHub
parent fc54dc8652
commit 57212254e6
+1 -1
View File
@@ -99,7 +99,7 @@ class DragonflySearch(Searcher):
**kwargs):
assert dragonfly is not None, """dragonfly must be installed!
You can install Dragonfly with the command:
`pip install dragonfly`."""
`pip install dragonfly-opt`."""
assert mode in ["min", "max"], "`mode` must be 'min' or 'max'!"
self._initial_points = []