Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 495 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 495 Bytes

Schedule-free variational message-passing

Message passing in factor graphs should be free of an explicit message scheduler. The scheduler is the bottleneck in computational cost, because it has to parse the graph in its entirety. By passing messages based on a local, distributed criterion, the scheduler can be circumvented. Schedule-free MP scales better to to larger graphs.

Comments

Feedback can be submitted to the issues tracker.