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

Thermal heuristic #45

Open
wants to merge 93 commits into
base: main
Choose a base branch
from
Open

Thermal heuristic #45

wants to merge 93 commits into from

Commits on Jun 28, 2024

  1. Add first tests on thermal heuristics

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d2b46d2 View commit details
    Browse the repository at this point in the history
  2. Implement accurate heuristic on simple problem

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    24700f4 View commit details
    Browse the repository at this point in the history
  3. Add comments

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fd3a884 View commit details
    Browse the repository at this point in the history
  4. Add fast heuristic and improve accurate

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0a6d4df View commit details
    Browse the repository at this point in the history
  5. rename test heuristic

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c703040 View commit details
    Browse the repository at this point in the history
  6. Implement complex model

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9db4b54 View commit details
    Browse the repository at this point in the history
  7. Accurate for complex model

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    83360de View commit details
    Browse the repository at this point in the history
  8. Type errors and useless solver parameters

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bde9904 View commit details
    Browse the repository at this point in the history
  9. check hourly outputs

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4bfd696 View commit details
    Browse the repository at this point in the history
  10. fast heuristic for complex case

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3427eb4 View commit details
    Browse the repository at this point in the history
  11. Test for 2 weeks

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c79ba8f View commit details
    Browse the repository at this point in the history
  12. Test for 2 scenarios

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dd61b8d View commit details
    Browse the repository at this point in the history
  13. add test for scenarios

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5cb88db View commit details
    Browse the repository at this point in the history
  14. Add more details on tests concerning scenarios

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9a9ec8d View commit details
    Browse the repository at this point in the history
  15. Add milp test for second case

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1be8483 View commit details
    Browse the repository at this point in the history
  16. remove milp test

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    96fa166 View commit details
    Browse the repository at this point in the history
  17. Add test accurate for second test case

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    add82e9 View commit details
    Browse the repository at this point in the history
  18. Add fast test for second test case

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    40282a0 View commit details
    Browse the repository at this point in the history
  19. convert fast to optimization problem

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5700856 View commit details
    Browse the repository at this point in the history
  20. Optimization problem for fast on simple case

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dcd2c47 View commit details
    Browse the repository at this point in the history
  21. Optimization model fast complex case

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ea55b7d View commit details
    Browse the repository at this point in the history
  22. Small corrections

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    25bddc0 View commit details
    Browse the repository at this point in the history
  23. Correct test

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    db17284 View commit details
    Browse the repository at this point in the history
  24. Optimization problem heuristic fast second complex test case

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6cf6611 View commit details
    Browse the repository at this point in the history
  25. Equivalent solution for fast heuristic optimization

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3d9cb5b View commit details
    Browse the repository at this point in the history
  26. Api for fast and accurate models

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    57e5f7c View commit details
    Browse the repository at this point in the history
  27. Api for accurate heuristic model

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e828f65 View commit details
    Browse the repository at this point in the history
  28. Move models to library

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    78a4712 View commit details
    Browse the repository at this point in the history
  29. Move some functions from tests to src

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0b10902 View commit details
    Browse the repository at this point in the history
  30. Remove all functions from simple test

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    912f083 View commit details
    Browse the repository at this point in the history
  31. Move functions from second complex test to src

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5b5c2b0 View commit details
    Browse the repository at this point in the history
  32. Remove functions from second test and filter ts on scenarios and time…

    …steps
    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    412e62c View commit details
    Browse the repository at this point in the history
  33. Sort imports

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e4fc78a View commit details
    Browse the repository at this point in the history
  34. Run black

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    282c0f3 View commit details
    Browse the repository at this point in the history
  35. Change solver to fix tests in the ci

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    547ba3c View commit details
    Browse the repository at this point in the history
  36. Fix ci

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3f3d09f View commit details
    Browse the repository at this point in the history
  37. Rename tests

    Juliette-Gerbaux committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6061ffe View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Generalize check_output

    Juliette-Gerbaux committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e7c4cbe View commit details
    Browse the repository at this point in the history
  2. More tests on data

    Juliette-Gerbaux committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8067cc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Refactor model

    Juliette-Gerbaux committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c1408fa View commit details
    Browse the repository at this point in the history
  2. Refactor problem.py

    Juliette-Gerbaux committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    17c76e6 View commit details
    Browse the repository at this point in the history
  3. Generic database

    Juliette-Gerbaux committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0ad6401 View commit details
    Browse the repository at this point in the history
  4. Correct error

    Juliette-Gerbaux committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    54c93c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Create ThermalProblemBuilder

    Juliette-Gerbaux committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    585fc50 View commit details
    Browse the repository at this point in the history
  2. Resolution steps

    Juliette-Gerbaux committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ec850d8 View commit details
    Browse the repository at this point in the history
  3. Simplify get_value out of database

    Juliette-Gerbaux committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a3325e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Simplify update of database

    Juliette-Gerbaux committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5fadf5d View commit details
    Browse the repository at this point in the history
  2. Fix ci

    Juliette-Gerbaux committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f259b55 View commit details
    Browse the repository at this point in the history
  3. Remove not used imports

    Juliette-Gerbaux committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f59285c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. New test

    Juliette-Gerbaux committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b6ec938 View commit details
    Browse the repository at this point in the history
  2. Small changes

    Juliette-Gerbaux committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    38aafbb View commit details
    Browse the repository at this point in the history
  3. New test with bc

    Juliette-Gerbaux committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    627aeb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Refactoring

    Juliette-Gerbaux committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a5dcb1f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Exhibit models

    Juliette-Gerbaux committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2915a19 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Remove unused imports

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8663444 View commit details
    Browse the repository at this point in the history
  2. New class for time scenario parameters

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    945c58d View commit details
    Browse the repository at this point in the history
  3. Refactor solve

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8a42060 View commit details
    Browse the repository at this point in the history
  4. Sort imports

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c88263c View commit details
    Browse the repository at this point in the history
  5. Formating

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3fbfa5d View commit details
    Browse the repository at this point in the history
  6. Refactor data_path

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8a0fe98 View commit details
    Browse the repository at this point in the history
  7. Fix test

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    dec3bd5 View commit details
    Browse the repository at this point in the history
  8. Refactor models

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8ed1d47 View commit details
    Browse the repository at this point in the history
  9. Fix test

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    042fc12 View commit details
    Browse the repository at this point in the history
  10. Run isort

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e099b75 View commit details
    Browse the repository at this point in the history
  11. Week scenario parameters

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f1f08e8 View commit details
    Browse the repository at this point in the history
  12. Refactor solve

    Juliette-Gerbaux committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d5f1535 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Rename functions

    Juliette-Gerbaux committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    296f532 View commit details
    Browse the repository at this point in the history
  2. Refactor cluster parameters

    Juliette-Gerbaux committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    cb14787 View commit details
    Browse the repository at this point in the history
  3. Correct error

    Juliette-Gerbaux committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1d2f622 View commit details
    Browse the repository at this point in the history
  4. Refactor update

    Juliette-Gerbaux committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c2abe5a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. New test

    Juliette-Gerbaux committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9a4ddbe View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. New test with ramp

    Juliette-Gerbaux committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    75df4fd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Refactor

    Juliette-Gerbaux committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1d0da2c View commit details
    Browse the repository at this point in the history
  2. Add description for tests

    Juliette-Gerbaux committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d2334fe View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Beginning of new test

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    137dc77 View commit details
    Browse the repository at this point in the history
  2. Improve edit_value

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0329ffa View commit details
    Browse the repository at this point in the history
  3. Improve cluster parameters

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4b7bb35 View commit details
    Browse the repository at this point in the history
  4. Move expected_output class

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d9831be View commit details
    Browse the repository at this point in the history
  5. Change names

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    270200b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb36d38 View commit details
    Browse the repository at this point in the history
  7. Correct pytest fixture

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3c694b4 View commit details
    Browse the repository at this point in the history
  8. Remove solve from thermal problem builder

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    580ddcc View commit details
    Browse the repository at this point in the history
  9. Fix test

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2c9a765 View commit details
    Browse the repository at this point in the history
  10. Move tests

    Juliette-Gerbaux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1aebb07 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Improve test with parameters

    Juliette-Gerbaux committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9ce1fd5 View commit details
    Browse the repository at this point in the history
  2. Use data_path

    Juliette-Gerbaux committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5a57bcb View commit details
    Browse the repository at this point in the history
  3. Improve pytest fixture

    Juliette-Gerbaux committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b4790ce View commit details
    Browse the repository at this point in the history
  4. Improve tests

    Juliette-Gerbaux committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    35a2f64 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Fix ci

    Juliette-Gerbaux committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a34780f View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Juliette-Gerbaux committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a4534e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix test on day ahead reserve

    Juliette-Gerbaux committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b039478 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Unused code

    Juliette-Gerbaux committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9a68f0e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. api file

    Juliette-Gerbaux committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f9f5134 View commit details
    Browse the repository at this point in the history