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

Create algorithms to compare the networks #2

Closed
davide-f opened this issue Feb 12, 2024 · 2 comments
Closed

Create algorithms to compare the networks #2

davide-f opened this issue Feb 12, 2024 · 2 comments
Assignees

Comments

@davide-f
Copy link
Member

There is the need to create algorithms to successfully make two networks (N1 and N2) comparable.

Each algorithm can be seen as a function A that takes in input N1&N2 and in outputs two mapped networks N1p and N2p that are comparable.

The comparability stands in the fect that the networks N1p and N2p shall have the name of the buses that match, hence:
n1p.buses.index (=/equivalent) n2p.buses.index

@GbotemiB
Copy link
Collaborator

Happy to contribute here 👍🏼. Maybe with some help from Jess, I think she has more experience here 🙃

@jessLryan
Copy link
Collaborator

Absolutely happy to help :-)

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

No branches or pull requests

3 participants