Giter VIP home page Giter VIP logo

Comments (8)

a-jp avatar a-jp commented on June 11, 2024

Hi,

Is there any more info I can provide to help with this question?
Thanks,
Andy

from cppadcodegen.

joaoleal avatar joaoleal commented on June 11, 2024

Hello Andy,

From what I can see from CppAD's support for Ipopt this would require a re-implementation for CppADCodeGen since CppAD uses AD::ADFun and CppADCodeGen uses different types and requires additional steps (compilation step).
Unfortunately, there is no simple way to just start using CppAD's support for Ipopt.

Kind regards,
João

from cppadcodegen.

bradbell avatar bradbell commented on June 11, 2024

I think that working on a faster than CppAD::ipopt::solve interface to ipopt, along the lines suggested above, is worth while but not a simple effort. If someone is interested in taking the lead on this, I would be willing to will to help.

from cppadcodegen.

a-jp avatar a-jp commented on June 11, 2024

Thank you for the advice.

from cppadcodegen.

a-jp avatar a-jp commented on June 11, 2024

@bradbell and @joaoleal what would be the first and simplest step to make progress on using cppadcodegen for ipopt via cppad?

How do we make progress towards converting the example I first linked to so it can work with cppadcodegen?

from cppadcodegen.

bradbell avatar bradbell commented on June 11, 2024

I suggest you start by programming up the simple ipopt example
https://github.com/bradbell/cppad_mixed/blob/master/example/ipopt_run.cpp
And modifying it so that the derivative functions are calculated using CppADCodeGen.
Once you have done that, you can extend it to work with an arbitrary function.

You will note that the example above is documented using omhelp.
I am working on a program that converts omhelp to sphinx (I do not plan to continue supporting omhelp).
I expect the omhelp to eventually be converted to the following extension of sphinx:
https://bradbell.github.io/xrst/doc/user_guide.html#purpose

from cppadcodegen.

a-jp avatar a-jp commented on June 11, 2024

@bradbell thanks for the suggestion. @joaoleal can you suggest a good cppadcodegen example that will help with this task?

from cppadcodegen.

joaoleal avatar joaoleal commented on June 11, 2024

There is an example that creates a model for a Lagrangian here:
https://github.com/joaoleal/CppADCodeGen/blob/master/example/lagrangian.cpp

I would, however, not do it like this. Nevertheless, it can be used as a starting point.

I would instead create two models:

  • a model for the objective function
  • a model for the NLP with the objective function and the constraints (to determine Lagrangian-related information)

For the NLP model I would configure a custom sparse hessian sparsity with only half of the Hessian (to improve performance).
You can also get away with only the NLP model but there are cases where there is no need to compute information related to the constraints (e.g., eval_grad_f).

If there are any parameters in the model I would also remove them from the sparsity patterns.

from cppadcodegen.

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.