Giter Club home page Giter Club logo

Comments (2)

giaf avatar giaf commented on July 24, 2024 1

Minimum step length reached may mean that the problem is unfeasible, or that the problem is feasible but somehow "hard" and the solver could not converge.

The Mehrotra's type interior point algorithm implemented does not give a certificate of infeasibility, so you can try to solve it with another solver (with e.g. an active set) to check which is the case.

Alternatively, you can check the stat field and the residuals at each iteration. If the problem is feasible you typically see that the solver is converging until at some point it starts diverging again: the final iterations of an interior point require the solution of ill-conditioned linear systems, and at that point the accuracy of the double precision computations may not enough. Switching to the robust mode (https://github.com/giaf/hpipm/blob/master/examples/c/example_d_ocp_qp.c#L137) may help, or the exit tolerances (https://github.com/giaf/hpipm/blob/master/examples/c/example_d_ocp_qp.c#L142 and following) should be reduced.

from hpipm.

mpt0816 avatar mpt0816 commented on July 24, 2024

I has a similar problem when solving an MPC problem. The Hpipm solver returns code 2. Strange to say, it would return code Sucess when removing the first general constraint. But, the MPC problem meet the first constraint. In addition, the MPC problem can be solved by OSQP. Switching to the robust mode and reducing the exit tolerances do not work.

from hpipm.

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.