Git Product home page Git Product logo

Comments (2)

prclibo avatar prclibo commented on July 21, 2024

Hi @snsinha

I just reply your Email in this thread.

  1. Rank deficiency. I had similar experiences with certain problems. However, I did not find specific reasons yet. This seems related with the problem structure (easily ill-posed or not) and complexity. From your output, the problem has Quotient ring basis (degree = 512), meaning it "equivalent" to a univariate polynomial with 512 roots. This is an extremely large problem. The template size template size = [13163,13679] is also the largest I have ever met. So I am not surprise if we meet numerical issues with it. I think the usual problem size should be degree < 100 and template size < 500. See the tables in [1] or [2] for the summary of sizes of some common problems.

  2. Solver speed. I am not surprised that such a large problem will be slow to solve. However, There is still a small hint: Setting opt.optimize_coefficients = true reduces output solver complexity by avoiding duplicated coefficients but may take time long. Setting the opposite saves time but outputs inefficient solvers.

[1] http://openaccess.thecvf.com/content_cvpr_2017/papers/Larsson_Efficient_Solvers_for_CVPR_2017_paper.pdf
[2] https://arxiv.org/pdf/2007.07686.pdf

from gaps.

prclibo avatar prclibo commented on July 21, 2024

Another config to try.

-- Found 1 symmetries.
c = [ 1 1 1 1 1 0 0 0 0 ], p = 2

This means there is some symmetric structure in the unknowns. Although not optimistic for such large size, try flipping opt.use_sym and see if there is any different results.

from gaps.

Related Issues (4)

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.