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

Bug fixing and modifying genetic algorithm #48

Merged
merged 23 commits into from
Aug 25, 2023
Merged

Commits on Aug 9, 2023

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

Commits on Aug 15, 2023

  1. changing selection

    Timotshak committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d5697c2 View commit details
    Browse the repository at this point in the history
  2. changing crossover

    Timotshak committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    baa6432 View commit details
    Browse the repository at this point in the history
  3. changing crossover

    Timotshak committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    022069a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. changing mutation

    Timotshak committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    35a0b2a View commit details
    Browse the repository at this point in the history
  2. changing selection

    Timotshak committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    43f01dd View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    fb44123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba569e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54aaf33 View commit details
    Browse the repository at this point in the history
  4. changing genetic algorithm

    Timotshak committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cfa59cb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. changing genetic algorithm

    Timotshak committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ce5e599 View commit details
    Browse the repository at this point in the history
  2. changing genetic algorithm

    Timotshak committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a26d9a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. changing test arguments

    Timotshak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    775db6f View commit details
    Browse the repository at this point in the history
  2. changing tests

    Timotshak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a1b05b6 View commit details
    Browse the repository at this point in the history
  3. changing tests

    Timotshak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1d58430 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into feature/genetic_algorithm

    # Conflicts:
    #	sampo/scheduler/genetic/base.py
    #	sampo/scheduler/genetic/operators.py
    #	sampo/scheduler/genetic/schedule_builder.py
    #	tests/scheduler/genetic/fixtures.py
    #	tests/scheduler/genetic/operators_test.py
    Timotshak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    95ee642 View commit details
    Browse the repository at this point in the history
  5. changing tests

    Timotshak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c171309 View commit details
    Browse the repository at this point in the history
  6. merge main into branch

    Timotshak committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    10007f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. add docs

    Timotshak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9c9cefe View commit details
    Browse the repository at this point in the history
  2. add weights

    Timotshak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cf4ef44 View commit details
    Browse the repository at this point in the history
  3. add weights

    Timotshak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    334172b View commit details
    Browse the repository at this point in the history
  4. add weights

    Timotshak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    fa8c52d View commit details
    Browse the repository at this point in the history