Skip to content

constrained optimization

2 messages · Christophe Dutang, Jelmer Ypma

#
As far as I know, the reference describing the algorithm is:
A. W?chter and L. T. Biegler.
On the implementation of a primal-dual interior point filter line
search algorithm for large-scale nonlinear programming.
Mathematical Programming, 106(1):25-57, 2006.

There are more references here:
http://www.coin-or.org/Ipopt/documentation/node205.html

I wouldn't mind putting the interface on CRAN, except that I don't
know how that would work, since compilation of Ipopt is not
straightforward (due to dependencies). There are some pre-compiled
libraries of Ipopt available, but I haven't tried these. On Windows
and Linux I successfully installed Ipopt and the R interface from
source. Ideas on how to make the installation process easier for users
are very welcome!

Jelmer
On Wed, Jul 7, 2010 at 17:23, Christophe Dutang <dutangc at gmail.com> wrote: