Skip to content

Commit

Permalink
rephrasing of f conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
tbalke committed Jan 25, 2022
1 parent 5fb2887 commit 02fe9bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scico/optimize/pgm.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ class PGM:
Minimize a function of the form :math:`f(\mb{x}) + g(\mb{x})`.
The function :math:`g` must have a defined prox.
The function :math:`g` must have a defined prox and convergence is
guaranteed if :math:`f` is smooth.
Uses helper :class:`StepSize` to provide an estimate of the Lipschitz
constant :math:`L` of :math:`f`. The step size :math:`\alpha` is the
Expand Down Expand Up @@ -552,7 +553,8 @@ class AcceleratedPGM(PGM):
Minimize a function of the form :math:`f(\mb{x}) + g(\mb{x})`.
The function :math:`g` must have a defined prox. The accelerated
The function :math:`g` must have a defined prox and convergence is
guaranteed if :math:`f` is smooth. The accelerated
form of PGM is also known as FISTA :cite:`beck-2009-fast`.
For documentation on inherited attributes, see :class:`.PGM`.
Expand Down

0 comments on commit 02fe9bb

Please sign in to comment.