Mercurial > hg > absrec
comparison 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 |
comparison
equal
deleted
inserted
replaced
17:7fdf964f4edd | 18:4a967f4f18a0 |
---|---|
16 | 16 |
17 # Test parameters | 17 # Test parameters |
18 paramstest = dict() | 18 paramstest = dict() |
19 paramstest['algos'] = exact_gap,exact_sl0,exact_bp,exact_ompeps,exact_tst # tuple of algorithms | 19 paramstest['algos'] = exact_gap,exact_sl0,exact_bp,exact_ompeps,exact_tst # tuple of algorithms |
20 #paramstest['algos'] = exact_bp_cvxopt, # tuple of algorithms | 20 #paramstest['algos'] = exact_bp_cvxopt, # tuple of algorithms |
21 paramstest['d'] = 50.0 | 21 paramstest['d'] = 200.0 |
22 paramstest['sigma'] = 1.2 | 22 paramstest['sigma'] = 1.2 |
23 paramstest['deltas'] = numpy.array([0.05, 0.45, 0.95]) | 23 paramstest['deltas'] = numpy.array([0.05, 0.45, 0.95]) |
24 paramstest['rhos'] = numpy.array([0.05, 0.45, 0.95]) | 24 paramstest['rhos'] = numpy.array([0.05, 0.45, 0.95]) |
25 #deltas = numpy.array([0.6]) | 25 #deltas = numpy.array([0.6]) |
26 #deltas = numpy.arange(0.05,1.,0.05) | 26 #deltas = numpy.arange(0.05,1.,0.05) |