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

networkLite does not currently support hyper, multiple, or loops #3

Open
chad-klumb opened this issue Sep 6, 2022 · 1 comment
Open

Comments

@chad-klumb
Copy link
Collaborator

Currently the network attributes hyper, multiple, and loops must be FALSE for networkLites. In principle, it may be possible to support these with the current data structure. hyper would make use of tibble list columns (as referenced in #2) to allow a vector of tails and heads for each edge. multiple could use an edge id mechanism similar to that in network to allow referencing a particular one of several parallel edges. loops by itself would not require extensive changes, but the existing code would need to be checked for correctness. As in #2 EpiModel runtime needs to be considered when making any generalizations to networkLite. I am not aware of any need for these options in current applications, but wanted to note that in principle they could be supported.

@krivit
Copy link
Collaborator

krivit commented Nov 10, 2022

I'd say that until ergm support for any of these appears on the road map, we shouldn't worry.

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

2 participants