-
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
Minor docs edits #65
Minor docs edits #65
Conversation
@@ -68,14 +68,14 @@ SCICO is designed to solve problems of the form | |||
|
|||
.. math:: | |||
|
|||
\argmin_{\mb{x}} \; f(\mb{x}) + \sum_{r=1}^R g_r(C_r (\mb{x})), | |||
\argmin_{\mb{x}} \; f(\mb{x}) + \sum_{k=1}^K g_k(C_k (\mb{x})), |
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.
Is the change here a general preference for k or trying to avoid overloading r or R?
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.
It just seemed that r is not a great choice for the indexing variable since it deviates from the standard use of i,j,k,m,n. I don't have very strong feelings about this, though, if anyone objects.
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 to me!
I assumed it was r for regularizer but no objections to changing it.
…On Tue, Oct 26, 2021, 15:07 Brendt Wohlberg ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docs/source/overview.rst
<#65 (comment)>:
> @@ -68,14 +68,14 @@ SCICO is designed to solve problems of the form
.. math::
- \argmin_{\mb{x}} \; f(\mb{x}) + \sum_{r=1}^R g_r(C_r (\mb{x})),
+ \argmin_{\mb{x}} \; f(\mb{x}) + \sum_{k=1}^K g_k(C_k (\mb{x})),
It just seemed that r is not a great choice for the indexing variable
since it deviates from the standard use of i,j,k,m,n. I don't have very
strong feelings about this, though, if anyone objects.
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#65 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANUBO7C4ZXZHM3R6Q7D3YHDUI4KBNANCNFSM5GWO4ODQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Various minor docs edits.