Skip to content
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

Do not get stuck due to adaptive capping #749

Merged
merged 5 commits into from
Sep 23, 2021

Commits on Aug 4, 2021

  1. Do not get stuck due to adaptive capping

    If the incumbent has all the instance-seed pairs covered
    and the challenger is ruled out due to adaptive capping,
    we cancel all the runs on the current challenger
    to proceed to the next challenger.
    filipbartek committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    668a842 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Intensification: Discard capped challenger early

    Discard a challenger that is ruled out due to adaptive capping
    immediately.
    Do not wait for the incumbent to be saturated.
    Once a challenger is ruled out due to adaptive capping,
    it would always fail the adaptive cap test in the future.
    filipbartek committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    dceed6c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    0091ad8 View commit details
    Browse the repository at this point in the history
  2. Remove an unnecessary statement

    Simplify the fix to issue automl#748.
    Follows a suggestion by @dengdifan:
    https://github.com/automl/SMAC3/pull/749/files#r691892051
    filipbartek committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    72e6fb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    215e3b6 View commit details
    Browse the repository at this point in the history