Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bugs in LADMM.py #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix bugs in LADMM.py #1

wants to merge 2 commits into from

Conversation

samdporter
Copy link
Owner

Found a bug in LADMM where the BlockFunction and BlockDataContainer had incompatible sizes.

I think it probably happened because f(x) and g(x) were the other way round in the referenced paper than in the documentation (and for all other algos)

I've also slightly tidied up the code and renamed some variables (mostly for my benefit)

Found a bug in LADMM where the BlockFunction and BlockDataContainer had incompatible sizes.

I think it probably happened because f(x) and g(x) were the other way round in the referenced paper than in the documentation (and for all other algos)

I've also slightly tidied up the code and renamed some variables (mostly for my benefit)
Changed "f=G ,g=F" to "f=F, g=G" for ADMM tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant