ADMM
initializer supports setting f=None
#376
Labels
discussion required
Some discussion necessary to decide how to address this issue
documentation
Improvements or additions to documentation
While not documented, the
ADMM
class__init__
supports settingf=None
. This capability is used in several example scripts, e.g.scico/examples/scripts/denoise_l1tv_admm.py
Lines 62 to 64 in 029a595
This support should either be documented or removed. The latter is perhaps cleaner since the same effect can be achieved by setting
f
to aZeroFunctional
object.The text was updated successfully, but these errors were encountered: