Re: Custom halt condition

2013-04-02 Thread Nicolas Lalevée
e let me know if you have any questions. > > Maja > > On 3/29/13 3:16 AM, "Nicolas Lalevée" wrote: > >> Hi, >> >> In my use case (implementation of affinity propagation) I want to halt >> the computation if at least of minimum of vertex has voted to h

Custom halt condition

2013-03-29 Thread Nicolas Lalevée
Hi, In my use case (implementation of affinity propagation) I want to halt the computation if at least of minimum of vertex has voted to halt. As far as I understand the default is to halt if all vertex has voted to halt and no messages are sent between vertices. But in my use case, even if a v