data61 / stellar-random-walk

Apache License 2.0
80 stars 29 forks source link

Replacement of the for loop for repeating the random walk #2

Open shps opened 6 years ago

shps commented 6 years ago

We can initiate the random walk by having numWalks number of walkers per vertex and run the random walk once for all. This will reduce the overhead of applying union for appending paths to the total path.