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

Features/multi period storage #757

Draft
wants to merge 8 commits into
base: dev
Choose a base branch
from
Draft

Commits on Apr 15, 2021

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

Commits on Apr 16, 2021

  1. Name period length instead fo number of periods for GenericStorage

    At the same time, the kwarg "balanced" is reintroduced for
    compatibility reasons. Note that only one of "balanced" and
    "period_length" can be set at the same time.
    p-snft committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    0672704 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Use -1st timestep for initial storage content

    Doing so allows to disregard special "_storage_balance_first_rule".
    
    Todo:
    * Do same thing for InvestStorage.
    * Adjust result parser.
    
    Known issues:
    * Parsing storage results does not work,
      as the additional time step is not handled.
    p-snft committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a320ff3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    0ac6ff3 View commit details
    Browse the repository at this point in the history
  2. Correct meta results test

    For the GenericStorage, the number of constraints and number of
    variables are both increased by one, as there is now a -1st
    time step which set equal to the initial content.
    p-snft committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f5b5b48 View commit details
    Browse the repository at this point in the history
  3. Improve formating

    p-snft committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    ed8fd0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    187499b View commit details
    Browse the repository at this point in the history
  5. Allow short period length

    p-snft committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    3e2a683 View commit details
    Browse the repository at this point in the history