Skip to content

[tune] A few differences between the Hyperband implementation and the original paper #1624

@haoyangz

Description

@haoyangz

Comparing to the original post, I spotted a few differences (not sure if there are others):

  • s_max is currently a fixed value (=5). It should be calculated from max_t (with the definition in the original post) and eta (using int(log(max_iter)/log(eta)))

  • n_0 is calculated differently. The original post rounded (s_max+1)/(s+1) whereas the current implementation doesn't, leading to trial sizes that are different from the original post (always an exponent of 3).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions