diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-05 10:52:27 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-05 10:52:27 -0500 |
| commit | 04801a715ac1f72c0fe21dea475674783c92a906 (patch) | |
| tree | a6ff4220a68743655bb50d2ab324883821c19803 /src/make_plots.py | |
| parent | e64e7a66845ed440a4c1fd6d462d7d9e7eccfec3 (diff) | |
| download | cascades-04801a715ac1f72c0fe21dea475674783c92a906.tar.gz | |
small changes
Diffstat (limited to 'src/make_plots.py')
| -rw-r--r-- | src/make_plots.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/make_plots.py b/src/make_plots.py index d719337..e9e0de3 100644 --- a/src/make_plots.py +++ b/src/make_plots.py @@ -168,8 +168,8 @@ if __name__=="__main__": #convex_optimization.type_lasso) if 1: compute_graph("../datasets/kronecker_graph_256_cross.txt", - n_cascades=100, lbda=.01, min_proba=.2, max_proba=.7, + n_cascades=2000, lbda=0., min_proba=.2, max_proba=.7, passed_function= - #convex_optimization.sparse_recovery, - convex_optimization.type_lasso, - sparse_edges=False)
\ No newline at end of file + convex_optimization.sparse_recovery, + #convex_optimization.type_lasso, + sparse_edges=True)
\ No newline at end of file |
