Skip to content

ADMM initializer supports setting f=None #376

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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