Small world Kleinberg model removes links to neighbors
Closed this issue · 2 comments
ramy89 commented
SethTisue commented
qiemem commented
As Marlon pointed out in the thread that @SethTisue linked to, the network is being generated correctly, it's just that it doesn't layout in correct order.
I've changed it so that the turtles are now generated in the order that they appear in the lattice so you'll be able to generate what you want with something like:
nw:generate-small-world turtles links world-width world-height 2.0 false
(forach (sort turtles) (sort patches) [ ask ?1 [ move-to ?2 ] ])
These changes should appear in NetLogo 6.0.