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

ADMM void function #7

Open
dajmcdon opened this issue May 30, 2024 · 1 comment
Open

ADMM void function #7

dajmcdon opened this issue May 30, 2024 · 1 comment

Comments

@dajmcdon
Copy link
Contributor

The admm_single_lambda() function would be better as void. That way it can update theta, alpha, u as well as return an objective value and count iterations. This would save some other computations as well, since you can init everything with the previous solution in the path.

@dajmcdon
Copy link
Contributor Author

I think this is now fixed in #6 , but it would be good to go through and make sure there aren't unnecessary copies and type conversions.

dajmcdon added a commit that referenced this issue Jun 13, 2024
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

No branches or pull requests

1 participant