This repository contains two implementations of the model that is described in the paper From calls to communities: a model for time varying social networks by Laurent et al.. It takes the original approach of a activity-driven network model by Perra et al. and adds three additional mechanisms:
- a reinforcement process to model memory-driven interaction dynamics
- focal and cyclic closure to capture patterns responsible for emerging community structures
- a node removal process
Note that the model implemented here additionally includes a peer influence mechanism, which was the introduced in my Master’s thesis.
- graph-tool