Giter Club home page Giter Club logo

Comments (3)

albarji avatar albarji commented on July 20, 2024

Hi there!

Expressions in the form |x_i - x_{i-1}| indeed refer to absolute values (or l1-norms). This is true for all the problems presented where this notation is used. When other norms are used (l2, lp) you will see that explicitly mentioned. Note also that proxTV can solve general lp variations of any of these problems (with p >= 1), see Generalized N-dimensional Anisotropic Total Variation. However, proxTV is mainly optimized for l1 problems.

Regarding monitoring the value of the objective being minimized, I'm afraid that is not possible directly. I tried to make the code as efficient as possible, and that involved reducing book-keeping and gathered statistics to a minimum. Nevertheless, some of the methods accept a max_iters parameter. For my performance experiments I called the same method several times with different max_iters, to have a look at how close the obtained solution is to optimum (max_iters = some large number). I don't know if this is good enough for you, though.

from proxtv.

1a7r0ch3 avatar 1a7r0ch3 commented on July 20, 2024

from proxtv.

albarji avatar albarji commented on July 20, 2024

Thanks for proposing the change, but I'd rather keep the code clean of this. Though my code is not something I would call "clean", but I'd rather not introduce additional complexity into it.

from proxtv.

Related Issues (20)

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.