Commit 618b133
committed
aa: adopt upstream-recommended regularization defaults
Switch AA_REGULARIZATION_TYPE_1 from 1e-6 to 1e-8 and
AA_REGULARIZATION_TYPE_2 from 1e-10 to 1e-12, matching the values
recommended by the upstream aa package. Benchmark sweep on
hs21_tiny_qp / rob_gauss_cov_est / max_ent at eps in {1e-8, 1e-10,
1e-12, 1e-14} shows the new defaults are ≥ the old ones on 10/12
rows; the two losses are cases that hit max_iters under all settings.1 parent ca9e147 commit 618b133
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments