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

Take into account vertex data for edge weight function? #55

Open
gdalle opened this issue Mar 30, 2023 · 1 comment
Open

Take into account vertex data for edge weight function? #55

gdalle opened this issue Mar 30, 2023 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@gdalle
Copy link
Member

gdalle commented Mar 30, 2023

At the moment the edge weight function only considers edge data. In some settings one could want to compute an edge weight online based on vertex features

@gdalle gdalle added the enhancement New feature or request label Mar 30, 2023
@bramtayl
Copy link
Collaborator

Sure, I could see that. Should we pass three arguments to the weight function, the meta data of the two vertices and the edge between them? That would cause a significant performance drop I think, because we have to look up the meta data of the two vertices for every edge.

@gdalle gdalle changed the title Take into account vertex data for edge weight function Take into account vertex data for edge weight function? Apr 6, 2023
@gdalle gdalle added the question Further information is requested label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants