CNDSM
1.00
|
The class PrimalDual implements two variants of the Primal-Dual subgradient method (PDSM): the simple and weighted averages. More...
Classes | |
class | PrimalDual |
Definition of the class PrimalDual. More... | |
The class PrimalDual implements two variants of the Primal-Dual subgradient method (PDSM): the simple and weighted averages.
These boils down to the simultaneous choice of a deflection coefficient and a stepsize in a SM. For more details we refer to:
Y. Nesterov Primal-dual subgradient methods for convex optimization. Math. Prog. 120, 221-259, 2009
Because this class choses both</rm> the deflection coefficient and the stepsize, it conforms to both the interfaces defined by the class Deflection [see Deflection.h] and Stepsize [see Stepsize.h].