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

[tune] Optional forcible trial cleanup, return default autofilled metrics even if Trainable doesn't report at least once #19144

Merged
merged 27 commits into from
Oct 8, 2021

Commits on Sep 21, 2021

  1. Force trial cleanup

    Yard1 committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7ae7664 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Add on_experiment_stop callback

    Yard1 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    54cffcb View commit details
    Browse the repository at this point in the history
  2. Pre-fill results dict

    Yard1 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0bf7c7a View commit details
    Browse the repository at this point in the history
  3. Trial id

    Yard1 committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    89ad0be View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    57a3f72 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    510f1b2 View commit details
    Browse the repository at this point in the history
  2. Force trial cleanup

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    6e80815 View commit details
    Browse the repository at this point in the history
  3. Remove callback

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    bc0bd7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1a144e View commit details
    Browse the repository at this point in the history
  5. Improve test

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    94f1388 View commit details
    Browse the repository at this point in the history
  6. Improve test

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    fb48883 View commit details
    Browse the repository at this point in the history
  7. Clean default result future

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7a3abbd View commit details
    Browse the repository at this point in the history
  8. Fix

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    8ce1bb8 View commit details
    Browse the repository at this point in the history
  9. Fixes

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    1e1cbac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd49bbf View commit details
    Browse the repository at this point in the history
  11. Revert change

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    ca41e6a View commit details
    Browse the repository at this point in the history
  12. Fix

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    4bcad7a View commit details
    Browse the repository at this point in the history
  13. Improve docstring

    Yard1 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    6f0e7c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Test fixes

    Yard1 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    5866f1e View commit details
    Browse the repository at this point in the history
  2. Debug

    Yard1 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    907fde9 View commit details
    Browse the repository at this point in the history
  3. Set location

    Yard1 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    2990720 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3254de2 View commit details
    Browse the repository at this point in the history
  5. Skip test for local mode

    Yard1 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    7520066 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0625086 View commit details
    Browse the repository at this point in the history
  7. Fix progress reporter test

    Yard1 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    c74dcc5 View commit details
    Browse the repository at this point in the history
  8. Implement feedback

    Yard1 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    21a13d2 View commit details
    Browse the repository at this point in the history
  9. Fix

    Yard1 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a71650f View commit details
    Browse the repository at this point in the history