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

Heuristic #9

Draft
wants to merge 53 commits into
base: main
Choose a base branch
from
Draft

Heuristic #9

wants to merge 53 commits into from

Commits on Jan 30, 2024

  1. Create heuristics module

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    70a5b54 View commit details
    Browse the repository at this point in the history
  2. Create datastructures

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7c6acf9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9146c74 View commit details
    Browse the repository at this point in the history
  4. Draft diversification

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7c296cd View commit details
    Browse the repository at this point in the history
  5. Draft solution selection

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bab0701 View commit details
    Browse the repository at this point in the history
  6. Update type information

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    04cdc08 View commit details
    Browse the repository at this point in the history
  7. Draft search algorithm

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    519dcba View commit details
    Browse the repository at this point in the history
  8. Draft schedule wrapper

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5d8623a View commit details
    Browse the repository at this point in the history
  9. Build initial test

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5845ba2 View commit details
    Browse the repository at this point in the history
  10. Make test fail

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    42c5d90 View commit details
    Browse the repository at this point in the history
  11. Adapt greedy partitioning

    Gistbatch committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3d872d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Implement init schemes

    Gistbatch committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7622fe0 View commit details
    Browse the repository at this point in the history
  2. Fix intis

    Gistbatch committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1b7585a View commit details
    Browse the repository at this point in the history
  3. Fix imports

    Gistbatch committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3f7ad36 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    4573b1d View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8323c61 View commit details
    Browse the repository at this point in the history
  3. Update job types

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    101a61e View commit details
    Browse the repository at this point in the history
  4. Add makespan helper type

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1acad42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f64e0e View commit details
    Browse the repository at this point in the history
  6. Fix Bin typehint

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    796f153 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b095a75 View commit details
    Browse the repository at this point in the history
  8. Add diversification

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2325244 View commit details
    Browse the repository at this point in the history
  9. Add docstrings

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c4f4049 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44adb74 View commit details
    Browse the repository at this point in the history
  11. Switch to CircuitJobs

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    36559a3 View commit details
    Browse the repository at this point in the history
  12. Update schedule interface

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dbb3fd6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9a9d052 View commit details
    Browse the repository at this point in the history
  14. Change to kwargs

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    194966e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    154f61f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b3a14b3 View commit details
    Browse the repository at this point in the history
  17. Fix makespan calculation

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ef322e3 View commit details
    Browse the repository at this point in the history
  18. Update heursitic test

    Gistbatch committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0b13a66 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Add feasibility constraint

    Gistbatch committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    625d548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13600e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d5d423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d238a40 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    2e9af4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eca64b View commit details
    Browse the repository at this point in the history
  3. Fix random boundary

    Gistbatch committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    640e185 View commit details
    Browse the repository at this point in the history
  4. Parallelize initialization

    Gistbatch committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    259681b View commit details
    Browse the repository at this point in the history
  5. Parallelize search loop

    Gistbatch committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    89e8350 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update dependencies

    Gistbatch committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0ce94cb View commit details
    Browse the repository at this point in the history
  2. Add some debug logging

    Gistbatch committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a215dc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9862096 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2d518f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfc16e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a182759 View commit details
    Browse the repository at this point in the history
  7. Fix edge cases

    Gistbatch committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c861fa1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38f8ef8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1b74a4 View commit details
    Browse the repository at this point in the history
  10. Change info to debug

    Gistbatch committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0eda284 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bdb54e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Update ci.yml with MPI

    Ectras authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    416a857 View commit details
    Browse the repository at this point in the history