Unverified Commit aaa8f446 authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

Fix hyperband queue (#909)

* Fix hyperband command queues
parent 63697ec5
......@@ -300,7 +300,7 @@ class Hyperband(MsgDispatcherBase):
"""
def __init__(self, R, eta=3, optimize_mode='maximize'):
"""B = (s_max + 1)R"""
super()
super(Hyperband, self).__init__()
self.R = R # pylint: disable=invalid-name
self.eta = eta
self.brackets = dict() # dict of Bracket
......
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