You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that the required dependencies are installed: pip install networkx pip install matplotlib
You may also require pip install PyQt5 to display the graphed walks.
Run driver.py
Notes on driver.py:
Line 6 can be changed from nx.Graph() for undirected graphs or nx.DiGraph() for directed graphs
Line 7 changes the premade graph used (see preMadeGraphs dictionary in graph_functions.py)
Lines 10-12 can be modified for the desired start_node, num_steps and num_walks accordingly