Giter Club home page Giter Club logo

fasta-matlab's People

Contributors

tomgoldstein avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fasta-matlab's Issues

Question on code v.s. FASTA field guide documentation

Hello !

Looking at

residual(i) = norm(Dx(:))/tau0; % Estimate of the gradient, should be zero at solution
v.s. FASTA field guide (https://arxiv.org/pdf/1411.3406.pdf), section 4.6 Stopping Conditions, I would have a question/remark/issue.

Looking at the variable normalizer, I find it to be the same as the denominator in formula 42 of the FASTA field guide:

normalizer = max(norm(gradf0(:)),norm(x1(:)-x1hat(:))/tau0)+opts.eps_n;

Now, looking at the variable residual(i) (which, together with variable normalizer makes for the full formula 42 of the FASTA field guide), I fail to understand why it is equal to norm(Dx(:))/tau0 = norm(x1(:) - x0(:))/tau0 and not to norm(gradf0(:) + (x1(:)-x1hat(:))/tau0) ?

Cheers,

Roman

PS: By the way, your FASTA field guide greatly helped me to implement my own twists on FISTA, thanks a lot !

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.