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

Minor improvements to scico.optimize docs #328

Merged
merged 3 commits into from
Aug 31, 2022
Merged

Minor improvements to scico.optimize docs #328

merged 3 commits into from
Aug 31, 2022

Conversation

bwohlberg
Copy link
Collaborator

Minor improvements to scico.optimize docs.

@bwohlberg bwohlberg added the documentation Improvements or additions to documentation label Aug 29, 2022
@codecov
Copy link

codecov bot commented Aug 29, 2022

Codecov Report

Merging #328 (389c0b0) into main (9005b0f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   93.88%   93.88%           
=======================================
  Files          55       55           
  Lines        3451     3451           
=======================================
  Hits         3240     3240           
  Misses        211      211           
Flag Coverage Δ
unittests 93.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
scico/optimize/_admm.py 97.41% <ø> (ø)
scico/optimize/_ladmm.py 98.86% <ø> (ø)
scico/optimize/_primaldual.py 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -217,7 +217,7 @@ def norm_primal_residual(self, x: Optional[Union[JaxArray, BlockArray]] = None)
:code:`self.x`.

Returns:
Current value of primal residual.
Value of primal residual.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

norm of the residual or the residual?

@@ -252,7 +252,7 @@ def norm_primal_residual(self, x: Optional[Union[JaxArray, BlockArray]] = None)
current iterate :code:`self.x`.

Returns:
Current value of primal residual.
Value of primal residual.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

norm of the residual or the residual?

Copy link
Contributor

@Michael-T-McCann Michael-T-McCann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments

@bwohlberg bwohlberg merged commit 72b30ba into main Aug 31, 2022
@bwohlberg bwohlberg deleted the brendt/admm-docs branch August 31, 2022 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants