Giter Club home page Giter Club logo

Comments (2)

awinkler avatar awinkler commented on June 5, 2024 1

Yes, good observation. This difference comes since IPOPT doesn't regard variables with same upper and lower bound as variables anymore, but just fixes their value.

In towr the motion-splines are parameterized by nodes, but then various nodes in this spline are fixed in advanced, such as initial pos/vel/footholts, final, etc. Other elements that are fixed are those coming from the phase-based endeffector parameterization, and also don't show up in IPOPT anymore, e.g.

// endeffector is not allowed to move if in stance phase

Of course we could also remove the variables from the optimization problem instead of setting equal upper and lower bound. However, using bounds and always adding the full spline as variables we found makes code/formulation more extensible and elegant.

from towr.

orsoromeo avatar orsoromeo commented on June 5, 2024 1

Great. I did not expect Ipopt's preprocessing to be so "clever". I agree that it makes perfectly sense to keep the fixed variables for a more elegant formulation of the problem. Especially considered that Ipopt takes care of that and therefore the computation time should not be affected.

from towr.

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.