From a9acec30743687fdaf1df291b51b346bca7cf5a7 Mon Sep 17 00:00:00 2001 From: jeanpouget-abadie Date: Tue, 3 Feb 2015 20:24:40 -0500 Subject: fix bug --- src/make_plots.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/make_plots.py') 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 -- cgit v1.2.3-70-g09d2