-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
For the European case study, the initial_node_state
parameter should be defined as per unit, since in the investment case, the capacity is a variable and therefore the initial node state can't be defined as an absolute value.
Before implementing, please discuss with the rest of the developers on the best way to include this. I see two options:
- Redefined the current parameter to be in per unit instead of absolute value, and of course, modify the code accordingly. In this case, we need a migration script to translate the old value to the new definition when upgrading databases to a new version.
- Have two parameters, one in per unit and another in absolute values, and in then use in the constraint the max(?) of those two (or any other calculation we agree on it). Changing the code accordingly and also explaining this in the documentation very well.
I am more keen on option 1, but I am open to alternatives or other suggestions.
@aporrasc any extra comment?
Metadata
Metadata
Assignees
Labels
No labels