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

The Linear Assignment Problem doesn't always make good matches #10

Open
patacca opened this issue Jun 20, 2023 · 0 comments
Open

The Linear Assignment Problem doesn't always make good matches #10

patacca opened this issue Jun 20, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@patacca
Copy link
Collaborator

patacca commented Jun 20, 2023

The LAP (Linear Assignment Problem) sometimes can make very poor choices because the marginals have been already flattened (because of the epsilon relaxation) and it's impossible to extract valuable information. We need either a better algorithm or a better source of information other than the flattened marginals.

It might be possible to use directly the score matrix or run again the NAP problem only on a subset of the nodes.

@patacca patacca added bug Something isn't working help wanted Extra attention is needed labels Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant