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

Introduce parameter "expected" for Flows #814

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

Commits on Dec 17, 2021

  1. Introduce parameter "expected" for Flows

    This value can be used as a hint to the optimiser to speed up
    minimisation. The fature is actually a reintroduction:
    Up to oemof v0.3, it was possible to have a time series "actual_value"
    plus a boolean parameter "fixed". When fixed was false, it was just
    taken as the initial value for optimisation of the energy system.
    When compared to this previous implemenataion, having either fix=(series)
    or expected=(series) might be easier to understand.
    p-snft committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    ae6ad27 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Merge branch 'v0.5' into features/optimiser_hints

    # Conflicts:
    #	src/oemof/solph/flows/_flow.py
    #	tests/test_processing.py
    p-snft committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    8b37542 View commit details
    Browse the repository at this point in the history
  2. Add example including benchmark

    In example there are no performance gains by adding expected values.
    p-snft committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    6932961 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

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

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    d62648e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4865d32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7b4201 View commit details
    Browse the repository at this point in the history