diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/make_plots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make_plots.py b/src/make_plots.py index 980b613..daf5ca3 100644 --- a/src/make_plots.py +++ b/src/make_plots.py @@ -75,7 +75,7 @@ if __name__=="__main__": #algorithms.greedy_prediction) convex_optimization.type_lasso) if 1: - compute_graph("../datasets/watts_strogatz_300_30_point3.txt", + compute_graph("../datasets/powerlaw_200_30_point3.txt", n_cascades=300, lbda=.002, passed_function= convex_optimization.sparse_recovery) #algorithms.greedy_prediction) |
