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

Early Stopping Implementation #1344

Merged
merged 33 commits into from
Oct 30, 2020
Merged

Commits on Oct 27, 2020

  1. Init commit

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    62515d9 View commit details
    Browse the repository at this point in the history
  2. Experiment API changes

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    6ba2600 View commit details
    Browse the repository at this point in the history
  3. Add APIs

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    236569c View commit details
    Browse the repository at this point in the history
  4. Remove old es apis

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7bdc593 View commit details
    Browse the repository at this point in the history
  5. Remove logging

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    54fa2d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e71803 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a67a0b8 View commit details
    Browse the repository at this point in the history
  8. Clean const

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    2c88511 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd4cf49 View commit details
    Browse the repository at this point in the history
  10. Add unit test

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    1322c66 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fbf7fb9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a50ae16 View commit details
    Browse the repository at this point in the history
  13. Fix few comments

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    d0d696d View commit details
    Browse the repository at this point in the history
  14. Generate clients and SDK

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    c9f1f36 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8ff0f04 View commit details
    Browse the repository at this point in the history
  16. Fix goptuna test

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    be35baa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    399315b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    04fba9a View commit details
    Browse the repository at this point in the history
  19. Fix pv name in e2e test

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    dedb241 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e6ee75d View commit details
    Browse the repository at this point in the history
  21. Fix comment

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a14bf4e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    000923d View commit details
    Browse the repository at this point in the history
  23. Remove legacy test files

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    797e69b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    17edec6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b3b0699 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4b55b4d View commit details
    Browse the repository at this point in the history
  27. Add comments to proto

    andreyvelich committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    c58a990 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    839e513 View commit details
    Browse the repository at this point in the history
  2. Fix few comments

    andreyvelich committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2675c1b View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    andreyvelich committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    01fbd3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de109ad View commit details
    Browse the repository at this point in the history
  5. Fix es unit test

    andreyvelich committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2115524 View commit details
    Browse the repository at this point in the history
  6. Fix hyperband suggestion

    andreyvelich committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    5ad7844 View commit details
    Browse the repository at this point in the history