diff options
| author | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-05 11:12:15 -0500 |
|---|---|---|
| committer | jeanpouget-abadie <jean.pougetabadie@gmail.com> | 2015-02-05 11:12:15 -0500 |
| commit | 3f3630af30845ab7f305638f6cc2a80abb8435f5 (patch) | |
| tree | f4c8659991565f0689e2ae6ddb4f2ae8c7ded7f8 /src/make_plots.py | |
| parent | 661fca9e50e29f072b7e592b82462c744c16355a (diff) | |
| download | cascades-3f3630af30845ab7f305638f6cc2a80abb8435f5.tar.gz | |
small changes
Diffstat (limited to 'src/make_plots.py')
| -rw-r--r-- | src/make_plots.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/make_plots.py b/src/make_plots.py index e9e0de3..81d581c 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=2000, lbda=0., min_proba=.2, max_proba=.7, + n_cascades=2000, lbda=0.1, min_proba=.2, max_proba=.7, passed_function= - convex_optimization.sparse_recovery, - #convex_optimization.type_lasso, + #convex_optimization.sparse_recovery, + convex_optimization.type_lasso, sparse_edges=True)
\ No newline at end of file |
