Mercurial > hg > absrec
diff stdparams_exact.py @ 18:4a967f4f18a0
Exact reconstruction now works.
author | Nic Cleju <nikcleju@gmail.com> |
---|---|
date | Thu, 05 Apr 2012 11:01:22 +0300 |
parents | 7fdf964f4edd |
children |
line wrap: on
line diff
--- a/stdparams_exact.py Tue Apr 03 16:27:18 2012 +0300 +++ b/stdparams_exact.py Thu Apr 05 11:01:22 2012 +0300 @@ -18,7 +18,7 @@ paramstest = dict() paramstest['algos'] = exact_gap,exact_sl0,exact_bp,exact_ompeps,exact_tst # tuple of algorithms #paramstest['algos'] = exact_bp_cvxopt, # tuple of algorithms -paramstest['d'] = 50.0 +paramstest['d'] = 200.0 paramstest['sigma'] = 1.2 paramstest['deltas'] = numpy.array([0.05, 0.45, 0.95]) paramstest['rhos'] = numpy.array([0.05, 0.45, 0.95])