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

Metrics update #7

Merged
merged 33 commits into from
May 28, 2021
Merged

Metrics update #7

merged 33 commits into from
May 28, 2021

Commits on Apr 30, 2021

  1. added README.md

    Tom committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    8cf73ba View commit details
    Browse the repository at this point in the history
  2. modified gitignore for .vscode

    Tom committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    64f394b View commit details
    Browse the repository at this point in the history
  3. added classic nqueens README.md

    Tom committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    5556cca View commit details
    Browse the repository at this point in the history
  4. added learned nqueens README.md

    Tom committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    53457c2 View commit details
    Browse the repository at this point in the history
  5. modified README.md

    Tom committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    99edb55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d14e556 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ca00b5 View commit details
    Browse the repository at this point in the history
  8. created RL related files

    Tom committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    c1bda54 View commit details
    Browse the repository at this point in the history
  9. added Julia env file

    Tom committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    e71f314 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. precised return type

    Tom committed May 3, 2021
    Configuration menu
    Copy the full SHA
    be88623 View commit details
    Browse the repository at this point in the history
  2. changed .gitignore to ignore .csv file

    Tom committed May 3, 2021
    Configuration menu
    Copy the full SHA
    64af0f7 View commit details
    Browse the repository at this point in the history
  3. modified ReadMe for nqueens

    Tom committed May 3, 2021
    Configuration menu
    Copy the full SHA
    d4932ce View commit details
    Browse the repository at this point in the history
  4. cleaned knapsack featurize function

    Tom committed May 3, 2021
    Configuration menu
    Copy the full SHA
    8257f70 View commit details
    Browse the repository at this point in the history
  5. WIP on n-queens problem

    Tom committed May 3, 2021
    Configuration menu
    Copy the full SHA
    426a9b1 View commit details
    Browse the repository at this point in the history
  6. modified .gitignore

    Tom committed May 3, 2021
    Configuration menu
    Copy the full SHA
    4eda46f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. changed signature

    Tom committed May 10, 2021
    Configuration menu
    Copy the full SHA
    efaae86 View commit details
    Browse the repository at this point in the history
  2. fixed knapsack reward

    Tom committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8c70ae6 View commit details
    Browse the repository at this point in the history
  3. fixed knapsack agent

    Tom committed May 10, 2021
    Configuration menu
    Copy the full SHA
    067b789 View commit details
    Browse the repository at this point in the history
  4. updated knapsack problem

    Tom committed May 10, 2021
    Configuration menu
    Copy the full SHA
    0513997 View commit details
    Browse the repository at this point in the history
  5. fixed tsptw

    Tom committed May 10, 2021
    Configuration menu
    Copy the full SHA
    0b5c59e View commit details
    Browse the repository at this point in the history
  6. added saving feature for plot

    Tom committed May 10, 2021
    Configuration menu
    Copy the full SHA
    1f4a0b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8282941 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7c4845 View commit details
    Browse the repository at this point in the history
  9. changed function head

    Tom committed May 10, 2021
    Configuration menu
    Copy the full SHA
    00ca04b View commit details
    Browse the repository at this point in the history
  10. merge n_queens doublons

    Tom committed May 10, 2021
    Configuration menu
    Copy the full SHA
    f169b9f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. fix: alignment corrections

    PierreTsr committed May 11, 2021
    Configuration menu
    Copy the full SHA
    3dcc023 View commit details
    Browse the repository at this point in the history
  2. fix: heuristic definition

    PierreTsr committed May 11, 2021
    Configuration menu
    Copy the full SHA
    cd9bb05 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. fixed example to fit CPModel changes

    Tom committed May 20, 2021
    Configuration menu
    Copy the full SHA
    7d01042 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. modified example to fit new metrics

    format
    Tom committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e36d046 View commit details
    Browse the repository at this point in the history
  2. modified doc

    Tom committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f77a57d View commit details
    Browse the repository at this point in the history
  3. changed convention

    Tom committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c2f3908 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. minor changes

    Tom committed May 28, 2021
    Configuration menu
    Copy the full SHA
    9e97618 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25dca2e View commit details
    Browse the repository at this point in the history