Skip to content

Commit

Permalink
new experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
kfoynt committed Sep 28, 2019
1 parent 5eddc7d commit 636c0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localgraphclustering/src/lib/proxl1PRrand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ vtype graph<vtype,itype>::proxl1PRrand(vtype num_nodes, vtype* seed, vtype num_s
// }

// timeStamp1 = clock();
if (numiter % 1000 == 0) {
if (numiter % 10000 == 0) {
maxNorm = 0;
for (vtype i = 0; i < candidates_size; ++i) {
r = candidates[i];
Expand Down

0 comments on commit 636c0d0

Please sign in to comment.