Giter Club home page Giter Club logo

Comments (4)

nantonel avatar nantonel commented on June 5, 2024

It looks like you're calling the solvers correctly.

Regarding point 1. these are functions that are not exported by ProximalAlgorithms to this package but rather to AbstractOperators and ProximalOperators. So this issue is not related to this package.

Are you saying that having 1. and 2. will get you to all(isapprox.(xp2[13,13,:],1.0;rtol=1e-4)) = true?

from proximalalgorithms.jl.

1oly avatar 1oly commented on June 5, 2024

Hi, and sorry if I wasn't clear. I'm trying to reduce allocations arising from redefining f and A at every iteration. This might be possible by simply using a different approach, i.e., without changing anything in ProximalAlgorithms or AbstractOperators. Or possibly it requires either 1. or 2. Broadcasting would help because f and A could be overwritten in-place.

The issue in the 3D case is that the value xp2[13,13,:] is underestimated possibly due to the computation of gamma with a 3D operator A (I haven't investigated how gamma is computed exactly).

from proximalalgorithms.jl.

nantonel avatar nantonel commented on June 5, 2024

I'm not sure that having gamma set to the optimal one will get your condition satisfied. Having optimal gamma might only get you to the optimal solution with less iterations. My impression is that your condition may simply be unfeasible. However, I'm not familiar with your problem.

Concerning the allocations of f and A, this is related to ProximalOperators and AbstractOperator respectively. Just open an issue in the right package and we can discuss about it!

from proximalalgorithms.jl.

1oly avatar 1oly commented on June 5, 2024

Thanks! Will look into the details and open a new issue if the issue persist.

from proximalalgorithms.jl.

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.