geektoni / whanau-sybil-proof-DHT

Implementation of Whanau, a Sybil-proof Distributed Hash Table, using Peersim.
7 stars 0 forks source link

Change from Watts–Strogatz to Barabási–Albert model. #5

Closed geektoni closed 5 years ago

geektoni commented 5 years ago

This will enable us to generate more realistic social network datasets.

andreazampieri commented 5 years ago

Added the BarabasiAlbertGraphGenerator. Seems like it isn't a probabilistic generator (regarding the number of edges of the nodes). See further explanation on the comments of the code and the API description

geektoni commented 5 years ago

Cool! Thank you for doing that! It makes sense to me though since it generates scale-free networks using the preferential attachment method.