DynamicGraph store the time evolution of a graph by saving the snapshot of a graph at a given sampling rate
| Example : |
|---|
>>> import networkx as nx
>>> G = DyGraph()
>>> G.add_graph(nx.Graph(), 10.0)
Generate a Levy walk for each node where teh sampling interval are defined as follow :
| Parameters : |
|---|
Levy exponent for flight length distribution, 0 < alpha <= 2
Levy exponent for pause time distribution, 0 < beta <= 2
size of simulation area
speed in m/s
min flight length
max flight length
min pause time (second)
max pause time (second)
number of node in the model