-
Notifications
You must be signed in to change notification settings - Fork 17
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
Modify cg_kwargs mechanism in admm.LinearSubproblemSolver #140
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good on my side once point of https://github.com/lanl/scico/pull/140/files#r771765711 is resolved.
Codecov Report
@@ Coverage Diff @@
## main #140 +/- ##
=======================================
Coverage 91.92% 91.92%
=======================================
Files 47 47
Lines 3206 3209 +3
=======================================
+ Hits 2947 2950 +3
Misses 259 259
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Change cg_kwargs mechanism so that default values are preserved unless explicitly changed.
Resolves #69 (but, contrary to the speculation in that issue, some of the examples seem to benefit from controlling both CG tolerance and maximum iterations).