dajmcdon / rtestim

https://dajmcdon.github.io/rtestim/
Other
4 stars 0 forks source link

Initialize ADMM variables #39

Closed jiapivialiu closed 3 months ago

jiapivialiu commented 1 year ago

We need a better way to initialize ADMM variables in configure_rt_admm here. For now, we initialize primal variables, but it's ignored by ADMM since primal variable is updated at the first step. So we should either remove the initialization, or initialize auxiliary and dual variable.