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

edge types when passing messages #129

Open
guelfaure opened this issue Apr 3, 2024 · 1 comment
Open

edge types when passing messages #129

guelfaure opened this issue Apr 3, 2024 · 1 comment

Comments

@guelfaure
Copy link

Hello,

Is it possible to have multiple types of edges and/or is it possible to distinguish edge types during message passing phase (in model_description)?

thanks in advance.

@MiquelFerriol
Copy link
Collaborator

Dear @guelfaure,

Thank you for reaching out!

Regarding your question about having multiple types of edges and distinguishing between them during the message-passing phase, currently, IGNITION differentiates edges based on their source/destination nodes. Therefore, in cases where you have a Multigraph (graphs with one node pair having more than one edge), there's no explicit way on how to tell IGNITION to differentiate between them.

However, to address this limitation, one potential workaround could be to transform the edges into nodes. These nodes would simultaneously connect their respective source/destination nodes and define a new message-passing mechanism between them. While this solution may not be optimal, it could serve as a means to overcome the current limitation.

I want to assure you that we are actively working to enhance IGNITION, and your feedback will be valuable in shaping future versions to better accommodate such requirements.

Having said that, we will work to take this into account in future versions of IGNNITION.

Best regards,
Miquel

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