Giter VIP home page Giter VIP logo

Comments (3)

milzj avatar milzj commented on July 18, 2024

If $g$ is Lipschitz continuous with Lipschitz constant $L$, we could also use $g(u+td) \leq g(u) + L t |d|$

from fw4pde.

milzj avatar milzj commented on July 18, 2024

Use $g(u+t(v-u)) = g(tv + (1-t)u) \leq tg(v) + (1-t) g(u)$

from fw4pde.

milzj avatar milzj commented on July 18, 2024

Define $\phi = f + g$ and let $v_k$ be the solution to the subproblem. Define $\ell_k(x) = f(x_k) + (\nabla f'(x_k), x-x_k) + g(x)$. We have $\ell_k(v_k) = f(x_k) - \Psi(x_k) + g(x_k)$, where $\Psi$ is the gap functional. Suppose that $f$ is a smooth, convex, quadratic function with Hessian $H$ and define $d_k = v_k-x_k$. Following the computations in A. Ben-Tal, A. Nemirovski, Lectures on Modern Convex Optimization 2021/2022, we have

$$ \phi(x_k+\gamma_kd_k) = \ell_k(x_k+\gamma_kd_k) + [f(x_k+\gamma_kd_k) - f(x_k) - (\nabla f(x_k), \gamma_kd_k)] \leq (1-\gamma_k)\ell_k(x_k) + \gamma_k \ell_k(v_k) + (1/2) \gamma_k^2 H_k d_k^2 = (1-\gamma_k)\phi(x_k) + \gamma_k[f(x_k) - \Psi(x_k) +g(x_k)] + (1/2) \gamma_k^2 H_k d_k^2 $$

Morever $(1-\gamma_k) \phi(x_k) + \gamma_k f(x_k) + \gamma_k g(x_k) = f(x_k) + g(x_k)$.

Hence

$\phi(x_k+\gamma_kd_k) \leq \phi(x_k) + \gamma_k (-\Psi(x_k)) + (1/2) \gamma_k^2 H_k d_k^2$.

The rhs can be minimized over $\gamma_k \in [0,1]$.

from fw4pde.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.