Skip to content

Commit

Permalink
Update config.md
Browse files Browse the repository at this point in the history
Improved explanation of semi-cont variables
  • Loading branch information
g1za authored Oct 6, 2023
1 parent 4a02474 commit b19be50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ These are the parameters needed to properly define the optimization problem.
- def_total_hours: The total number of hours that each deferrable load should operate. For example:
- 5
- 8
- treat_def_as_semi_cont: Define if we should treat each deferrable load as a semi-continuous variable. Semi-continuous variables are variables that must take a value between their minimum and maximum or zero. For example:
- treat_def_as_semi_cont: Define if we should treat each deferrable load as a semi-continuous variable. Semi-continuous variables (`True`) are variables that must take a value that can be either their maximum or minimum/zero (for example On = Maximum load, Off = 0 W). Non semi-continuous (which means continuous) variables (`False`) can take any values between their maximum and minimum. For example:
- True
- True
- set_def_constant: Define if we should set each deferrable load as a constant fixed value variable with just one startup for each optimization task. For example:
Expand Down

0 comments on commit b19be50

Please sign in to comment.