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

Optimization when computing a message to a factor from a variable when the variable has no other neighbors #12

Open
GoogleCodeExporter opened this issue May 9, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

A possible optimization opportunity is when computing a message to a factor 
from a variable when the variable has no other neighbors should be fast (since 
the neighbors set minus the requesting factor is the empty set) should be 
pretty fast, since it's trivial, but it takes around 58ms. Seems like a good 
opportunity for optimization? We can find which step is taking long and test 
for the trivial inputs (probably the empty set) and implement a shortcut.


Original issue reported on code.google.com by [email protected] on 15 May 2013 at 4:46

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 16 May 2013 at 8:26

  • Added labels: Milestone-Unscheduled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant