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 logic for finding max_sum_per_partition candidates #484

Merged
merged 9 commits into from
Aug 29, 2023

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    87ca3d2 View commit details
    Browse the repository at this point in the history
  2. Fix linting.

    RamSaw committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    52d48ff View commit details
    Browse the repository at this point in the history
  3. Add typing and asserts.

    RamSaw committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bbc7fdd View commit details
    Browse the repository at this point in the history
  4. Implement tests. test_tune_sum does not work yet because utility anal…

    …ysis for sum is not yet implemented.
    RamSaw committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    81384b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    deacc10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    346c8df View commit details
    Browse the repository at this point in the history
  7. Fix warning, np.float -> float

    RamSaw committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    21083be View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Address comments.

    RamSaw committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8ec02d2 View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    RamSaw committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    3e42078 View commit details
    Browse the repository at this point in the history