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

Dispatch/user distribution calculation using Kullback-Leibler divergence. Allow float weights. #2686

Merged
merged 12 commits into from
May 2, 2024

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    6fe25ea View commit details
    Browse the repository at this point in the history
  2. typing: Generator as Iterator

    tdadela committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e9242d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. typing: class User

    tdadela committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    39fcc64 View commit details
    Browse the repository at this point in the history
  2. imports: user.py

    tdadela committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    bdf117f View commit details
    Browse the repository at this point in the history
  3. fix: minor typing

    tdadela committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    09ec835 View commit details
    Browse the repository at this point in the history
  4. update mypy

    tdadela committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    298a1ba View commit details
    Browse the repository at this point in the history
  5. minor cleanup

    tdadela committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    10af513 View commit details
    Browse the repository at this point in the history
  6. test(dispatch): float weights

    tdadela committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f98f8b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. minor naming

    tdadela committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    db37c65 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. minor docs

    tdadela committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    dcf30fb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    b31fe85 View commit details
    Browse the repository at this point in the history
  2. refactor: benchmark

    tdadela committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    53657ae View commit details
    Browse the repository at this point in the history