Open
Description
The BOHB paper says that each SH bracket samples
In reality, this line should be:
n0 = int(np.ceil(self.max_SH_iter / (s + 1) * self.eta ** s))
Note that self.max_SH_iter
is
Metadata
Metadata
Assignees
Labels
No labels
The BOHB paper says that each SH bracket samples
In reality, this line should be:
n0 = int(np.ceil(self.max_SH_iter / (s + 1) * self.eta ** s))
Note that self.max_SH_iter
is