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

Rename quantization -> quantization_bins #844

Merged
merged 41 commits into from
Aug 16, 2024

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    7f536a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54587e View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    d4516db View commit details
    Browse the repository at this point in the history
  2. use number of bins instead of quantization interval length in mlos_be…

    …nch (configs and internally)
    motus committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    86e1557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e9cc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    de657a4 View commit details
    Browse the repository at this point in the history
  2. make tunable size tests work

    motus committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ecc4b75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5118454 View commit details
    Browse the repository at this point in the history
  4. mypy fixes to grid search

    motus committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ef0486d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    565b3d7 View commit details
    Browse the repository at this point in the history
  6. minor docstring formatting

    motus committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1c8ca09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5087c94 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    28731c6 View commit details
    Browse the repository at this point in the history
  2. better type annotations

    motus committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2b6c863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c5401b View commit details
    Browse the repository at this point in the history
  4. docstring formatting

    motus committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ebe8730 View commit details
    Browse the repository at this point in the history
  5. better parameter naming

    motus committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6b76039 View commit details
    Browse the repository at this point in the history
  6. docstring fix

    motus committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3e984e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b13e2d View commit details
    Browse the repository at this point in the history
  8. imports formatting

    motus committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d6eace8 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    eaddd89 View commit details
    Browse the repository at this point in the history
  2. fix the repatching unit test

    motus committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7c8efac View commit details
    Browse the repository at this point in the history
  3. fix the repatching unit test

    motus committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7e8c6b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cff2eb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53befe4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e0133f View commit details
    Browse the repository at this point in the history
  7. reorder imports

    motus committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a8fc00c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Update mlos_bench/mlos_bench/optimizers/convert_configspace.py

    Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
    motus and bpkroth authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    da8ab21 View commit details
    Browse the repository at this point in the history
  2. Update mlos_bench/mlos_bench/optimizers/convert_configspace.py

    Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
    motus and bpkroth authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b3a5278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55cd8f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    062482b View commit details
    Browse the repository at this point in the history
  5. Update mlos_bench/mlos_bench/tests/config/schemas/tunable-params/test…

    …-cases/bad/invalid/tunable-params-int-bad-float-quantization.jsonc
    
    Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
    motus and bpkroth authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f6fd392 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1121eca View commit details
    Browse the repository at this point in the history
  7. black

    bpkroth committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f5fbef1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a4f8a2 View commit details
    Browse the repository at this point in the history
  9. remove old TODO

    motus committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    deda931 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. update the quantization semantics to match the cardinality property; fix

    unit tests to produce nice human-readable values
    motus committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a3e1df5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d241e7 View commit details
    Browse the repository at this point in the history
  3. add quantization_bins check

    motus committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    09a502a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0ba700 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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