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

TariffEvaluator computes start-of-game inertia adjustment separately for every customer #1078

Open
jecollins opened this issue Mar 22, 2021 · 0 comments

Comments

@jecollins
Copy link
Member

This is not a bug really, but rather an important bit of code that's in the wrong place. Inertia starts at zero and decays to the configured value over the first few eval cycles. But it's currently done per-evaluator (around TariffEvaluator line 360), which means that if customers do not all evaluate tariffs at the same times, their inertia values will differ. This should probably be done in the CustomerModelService or possibly TariffMarket instead.

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