mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 17:18:45 +08:00
Fix dragonfly install instructions (#8866)
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user