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

undirected graph is not supported this method? #2

Open
SeongunCho opened this issue Sep 20, 2024 · 1 comment
Open

undirected graph is not supported this method? #2

SeongunCho opened this issue Sep 20, 2024 · 1 comment

Comments

@SeongunCho
Copy link

undirected graph is not supported this method?

@Xywest
Copy link
Contributor

Xywest commented Nov 23, 2024

undirected graph is not supported this method?

DUPLEX can be adapted to work with undirected graphs through some straightforward adjustments. For undirected graphs, you'll need to create bidirectional edges between connected nodes. However, the phase embedding may not be meaningful here due to the lack of inherent direction. A simpler solution is to omit the phase component, reducing DUPLEX to a GAT specifically for undirected graphs.

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