-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Support HyperOpt and FLAML search algorithms #60
Conversation
Coverage reportThe coverage rate is The branch rate is
Diff Coverage details (click to unfold)mmtune/ray/searchers/hyperopt.py
mmtune/ray/searchers/init.py
mmtune/ray/searchers/nevergrad.py
mmtune/utils/container.py
mmtune/ray/searchers/flaml.py
|
aeec90d
to
30b1577
Compare
if other.__class__ is self.__class__: | ||
return self.data == other.data | ||
raise NotImplementedError | ||
def __hash__(self) -> int: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you add the hashing function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #18