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

[FEATURE] Efficiently calculate calculation parameters #766

Open
mgovers opened this issue Oct 7, 2024 · 0 comments
Open

[FEATURE] Efficiently calculate calculation parameters #766

mgovers opened this issue Oct 7, 2024 · 0 comments
Labels
feature New feature or request

Comments

@mgovers
Copy link
Member

mgovers commented Oct 7, 2024

Describe the feature request

#337 introduced the possibility of caching certain Ybus parameters when parameters do not change the topology of the grid. In particular, it introduced the possibility of only changing the Ybus(i,j) component when only a component affecting nodes i,j is updated. #444 implemented that step.

The RHS of the equations (the calculation parameters) also can be cached in a similar way. In particular, the lines prepare_* should be updated such that all calculation parameters are cached across scenarios, except for the ones affected by the current batch scenario, in a way that is similar to #444 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant