Description Usage Arguments Value
Control ADMM Arguments
1 2 3 4 5 6 7 8 9 | admm_arg_ctrl(
max_iter = 100,
rho = 1,
kappa = 1.8,
abs_tol = 1e-04,
rel_tol = 0.01,
eps = 1e-08,
inner_verbose = F
)
|
max_iter |
a positive integer, the number of loops in ADMM algorithm. Default is |
rho |
a positive double scalar, a penalized parameter in the ADMM loop. Default is |
kappa |
a postive double scalar, a relaxation pameter in the ADMM loop for the better convergnece. Recommended value is between 1.6 and 1.8(Default). |
abs_tol |
a positive double scale, an absolute tolerance for stopping criterion in the ADMM loop. |
rel_tol |
positive double scale, an relative tolerance for stopping criterion in the ADMM loop. |
eps |
a positive scalar, a tolerance of estimates of parameter for the various purpose. Default is |
inner_verbose |
blah |
a list object with arguments for customizing ADMM algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.