Particle Competition Algorithm
Learn about the particle competition algorithm for community detection.
Let’s learn about the particle competition algorithm in this lesson. This algorithm uses concepts from genetic algorithms to find communities inside a complex network. Unlike the Louvain method, it doesn’t try to maximize modularity but rather uses the dynamics of movements inside the network to define the communities.
Understanding the particle competition algorithm
Unlike the Louvain algorithm, to use the particle competition algorithm, we need to define how many communities we’re trying to find inside the network. Let’s say we’re looking for
Then, at the start of the algorithm, we put
Get hands-on with 1400+ tech skills courses.