NetLogo / NW-Extension

This is the NetLogo Network Extension. For general information about NetLogo, see:
http://ccl.northwestern.edu/netlogo/
Other
62 stars 25 forks source link

Make nw:louvain-communities process nodes in random order #173

Closed qiemem closed 7 years ago

qiemem commented 8 years ago

Currently, the algorithm uses an arbitrary, but deterministic ordering. Using a random one would allow users to see multiple possible clusterings and is more consistent with NetLogo's general workings.

qiemem commented 8 years ago

It looks like there's still a bug that causes non-determinism.