This simulator is designed to study the random walk on evolving graph.
- Modify config in
config.py
. - Define the graphon in
continuous_W()
inrun.py
. - Run the simulation:
python run.py
- To visualize the random walk on a demo for
N=5
nodes andT=5
, run:
python demo.py
Note that the demo is a GIF.