aboutsummaryrefslogtreecommitdiffstats
path: root/src/make_plots.py
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-02-03 20:24:40 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-02-03 20:24:40 -0500
commita9acec30743687fdaf1df291b51b346bca7cf5a7 (patch)
treeda2d5b395c94e8610a939c7402ac2100dcd0b7f9 /src/make_plots.py
parent933143e7d15834b99eac4f23d4090654664fd716 (diff)
downloadcascades-a9acec30743687fdaf1df291b51b346bca7cf5a7.tar.gz
fix bug
Diffstat (limited to 'src/make_plots.py')
-rw-r--r--src/make_plots.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make_plots.py b/src/make_plots.py
index d92b008..201e375 100644
--- a/src/make_plots.py
+++ b/src/make_plots.py
@@ -58,5 +58,6 @@ def watts_strogatz(n_cascades, lbda, passed_function):
if __name__=="__main__":
- watts_strogatz(n_cascades=500, lbda=.001, passed_function=
+ watts_strogatz(n_cascades=3000, lbda=.002, passed_function=
convex_optimization.sparse_recovery)
+ #algorithms.greedy_prediction) \ No newline at end of file