Proceedings of the 31st Annual ACM Symposium on Applied Computing 2016
DOI: 10.1145/2851613.2851722
|View full text |Cite
|
Sign up to set email alerts
|

A high-level and scalable approach for generating scale-free graphs using active objects

Abstract: The Barabasi-Albert model (BA) is designed to generate scale-free networks using the preferential attachment mechanism. In the preferential attachment (PA) model, new nodes are sequentially introduced to the network and they attach preferentially to existing nodes. PA is a classical model with a natural intuition, great explanatory power and a simple mechanism. Therefore, PA is widely-used for network generation. However the sequential mechanism used in the PA model makes it an inefficient algorithm. The exist… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
17
0

Year Published

2016
2016
2020
2020

Publication Types

Select...
4
2

Relationship

5
1

Authors

Journals

citations
Cited by 13 publications
(17 citation statements)
references
References 25 publications
0
17
0
Order By: Relevance
“…Modeling and implementation of preferential attachment is for standard ABS already extensively investigated both for multicore [16] and distributed [12] architectures. Here we focus on how the novel notion of destructive data streams influences the performance of the system presented in [12].…”
Section: Case Studymentioning
confidence: 99%
“…Modeling and implementation of preferential attachment is for standard ABS already extensively investigated both for multicore [16] and distributed [12] architectures. Here we focus on how the novel notion of destructive data streams influences the performance of the system presented in [12].…”
Section: Case Studymentioning
confidence: 99%
“…Modeling and implementation of the above-mentioned system is for standard ABS already extensively investigated for both multi-core [10] and distributed [11] architectures in the ABS language. Here we focus on how our proposed notion of streams influences the performance of the system presented in [11].…”
Section: Case Studymentioning
confidence: 99%
“…The second one (Fig. 19.7b) is adopted from [2], which is for multicore architecture, and tailored to fit the distributed setting. In the former case, the actor b places the request explicitly in a data structure and replies to it when the corresponding slot is resolved by the Actor.…”
Section: Description Of the Preferential Attachment Algorithmmentioning
confidence: 99%
“…On the other side, actor a needs to keep track of the number of required responses corresponding to the requests. The latter however does not require such low level explicit synchronization management since it utilizes the notion of cooperative scheduling [5] via await on boolean conditions [2] to introduce a higher level of abstraction. Our implemented model follows the latter case.…”
Section: Description Of the Preferential Attachment Algorithmmentioning
confidence: 99%