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

weight of time slices in in optimization #271

Open
kais-siala opened this issue Jan 22, 2020 · 0 comments
Open

weight of time slices in in optimization #271

kais-siala opened this issue Jan 22, 2020 · 0 comments

Comments

@kais-siala
Copy link
Contributor

Currently, urbs gives the same weight for all time steps in the duration of the optimization.
It would be useful if we could define the weights to give to each time step (I think of it as a time series, like demand):
Weights = 0 could be ignored, the optimization will only look at weights > 0.
This should deliver the same result as repeating the time steps as often as their weight (if given in integers), but should be faster and less data-intensive.
Many models using the clustering of representative time steps do it based on weights, so this is state-of-the-art.
The current feature where the user sets the offset and the number of timesteps is useful if you want to test if the code runs, but the results of optimizing one week in winter on its own as if the whole year was like that are not very useful. I strongly recommend dealing with this issue as an upgrade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant