Skip to content

ADMM initializer supports setting f=None #376

@bwohlberg

Description

@bwohlberg

While not documented, the ADMM class __init__ supports setting f=None. This capability is used in several example scripts, e.g.

solver = ADMM(
f=None,
g_list=[g_loss, g_tv],

This support should either be documented or removed. The latter is perhaps cleaner since the same effect can be achieved by setting f to a ZeroFunctional object.

Metadata

Metadata

Labels

discussion requiredSome discussion necessary to decide how to address this issuedocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions