Defined in File DynamicHyperbolicGenerator.hpp
public NetworKit::DynamicGraphGenerator
(Class DynamicGraphGenerator)
Public Functions
Initialize a dynamic hyperbolic generator and generate initial node positions Node movement happens in discrete time steps
n – number of nodes
avgDegree – expected average degree of target graph
exp – exponent of power-law degree distribution
T – temperature parameter in edge probabilities
moveEachStep – fraction of nodes which are moved at each time step, should be non-negative
moveDistance – base value for the node movements
Initialize a dynamic hyperbolic generator with given initial node positions in polar coordinates Node movement happens in discrete time steps
angles – angular coordinates of initial positions
radii – radial coordinates of initial positions
R – radius of hyperbolic disk
alpha – dispersion parameter of point distribution
T – temperature parameter in edge probabilities
moveEachStep – fraction of nodes which are moved at each time step, should be non-negative
moveDistance – base value for the node movements
Default constructor
Run the dynamic, changes state of generator
nSteps – number of time steps to iterate over
changed edges