roboptim / roboptim-core-plugin-ipopt

RobOptim Core Plug-In Ipopt: Ipopt interface for RobOptim Core
http://www.roboptim.net
GNU Lesser General Public License v3.0
11 stars 10 forks source link

Add tips & tricks for Ipopt #23

Open bchretien opened 10 years ago

bchretien commented 10 years ago

cc @jorisv

Ipopt is extremely powerful and its RobOptim plugin is probably the most famous one. Still, in order to achieve good performances and provide good results, some Ipopt parameters need to be tweaked. Based on our collective experience, we should provide a set of parameters that should be tested and tuned by RobOptim users, and explain all of this in the Wiki.

thomas-moulard commented 10 years ago

Please, include this in the mainstream RobOptim distribution, I find this page very interesting.

I see three ways to include it:

a. Doxygen

b. GitHub wiki:

c. Website:

Right now, I would go for c. Doxygen now has Markdown support so it probably could be possible to mix a. and c. so that we can share content in an easy way between the software documentation and website.

If you agree with that, could you open a PR for roboptim.github.com or otherwise could you please at least migrate this content to the roboptim organization? I am not sure how PR / fork behave with wiki though.

Thanks for your work!

edit: it already is on the RobOptim organization wiki so sorry for the noise. Please try to add a link on the site or migrate this to MarkDown then ;)

bchretien commented 10 years ago

I was counting on @jorisv to help me fill it up, afterwards we can move this wherever is more suitable.