diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-03 21:44:26 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-03 21:44:26 -0500 |
| commit | 4c82ba84090ff8c6c562f241799b3000b88a8c41 (patch) | |
| tree | 3186886c8e02e266a2771de6f3317dd580627601 /src/make_plots.py | |
| parent | af2ac731db5077a802e3ec2924f210cc9fdbe5c6 (diff) | |
| download | cascades-4c82ba84090ff8c6c562f241799b3000b88a8c41.tar.gz | |
proof included
Diffstat (limited to 'src/make_plots.py')
| -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 947bf57..cb78034 100644 --- a/src/make_plots.py +++ b/src/make_plots.py @@ -45,5 +45,5 @@ def watts_strogatz(n_cascades, lbda, passed_function): if __name__=="__main__": - watts_strogatz(n_cascades=500, lbda=.002, passed_function= + watts_strogatz(n_cascades=2000, lbda=.002, passed_function= convex_optimization.sparse_recovery)
\ No newline at end of file |
