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

add base implementation of optimum in OptimizerInterface #76

Merged
merged 26 commits into from
Sep 16, 2020

Commits on Sep 14, 2020

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

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    7ec3a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4173d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ed138 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b97779 View commit details
    Browse the repository at this point in the history
  5. fix tests

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    619438e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eccfca6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b51842d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64bcd5f View commit details
    Browse the repository at this point in the history
  9. Update source/Mlos.Python/mlos/Optimizers/OptimizerBase.py

    Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
    amueller and bpkroth authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    6e9eb1d View commit details
    Browse the repository at this point in the history
  10. Update source/Mlos.Python/mlos/Optimizers/OptimizerBase.py

    Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
    amueller and bpkroth authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    4767141 View commit details
    Browse the repository at this point in the history
  11. fix extra whitespace

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    02f52bd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    551e3aa View commit details
    Browse the repository at this point in the history
  13. fix OptimizerBase docstring

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d6715d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4316264 View commit details
    Browse the repository at this point in the history
  15. update type hint for optimum

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    cce79ba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3599f84 View commit details
    Browse the repository at this point in the history
  17. add some more tests

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    5a14657 View commit details
    Browse the repository at this point in the history
  18. more verbose logging

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    45c4bb0 View commit details
    Browse the repository at this point in the history
  19. typos, more prints

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    7882b42 View commit details
    Browse the repository at this point in the history
  20. fix fstrings

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e8f5069 View commit details
    Browse the repository at this point in the history
  21. more typo

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    a97fac1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    65aba5b View commit details
    Browse the repository at this point in the history
  23. typo

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    76f8f12 View commit details
    Browse the repository at this point in the history
  24. indentation merge issue

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d36cd2f View commit details
    Browse the repository at this point in the history
  25. undo merge mistake

    amueller committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f9fa1c4 View commit details
    Browse the repository at this point in the history