Does affinity propagation work with parallel computing?
Interesting question. We have not explored a parallel version of affinity propagation yet, though there may be some benefit to running it on a large number of cores or machines. Note that it is a deterministic algorithm, so the trivial idea of running it with different initializations on different cores is not particularly interesting.