diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-03 20:24:40 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-03 20:24:40 -0500 |
| commit | a9acec30743687fdaf1df291b51b346bca7cf5a7 (patch) | |
| tree | da2d5b395c94e8610a939c7402ac2100dcd0b7f9 /src/make_plots.py | |
| parent | 933143e7d15834b99eac4f23d4090654664fd716 (diff) | |
| download | cascades-a9acec30743687fdaf1df291b51b346bca7cf5a7.tar.gz | |
fix bug
Diffstat (limited to 'src/make_plots.py')
| -rw-r--r-- | src/make_plots.py | 3 |
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 |
