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

bugfix: MySQL can round microseconds into the future causing scheduler to skip trials #775

Merged
merged 7 commits into from
Jul 10, 2024

Commits on Jul 3, 2024

  1. bugfix: MySQL can round microseconds into the future causing schedule…

    …r to skip trials. truncate microseconds downwards when
    
    scheduling new trials to fix that
    motus committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a307399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2917381 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/microsoft/MLOS into sergiym…

    …/storage/ts_round
    motus committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d617ae9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sergiym/storage/ts_round' of https://github.com/motus/MLOS

     into sergiym/storage/ts_round
    motus committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fce4c75 View commit details
    Browse the repository at this point in the history
  5. better wording in the comment

    motus committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    208e33c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    681034b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6950e09 View commit details
    Browse the repository at this point in the history