[Ipopt-tickets] [Ipopt] #201: Inexact Algorithm

Ipopt coin-trac at coin-or.org
Tue Jun 11 16:51:44 EDT 2013


#201: Inexact Algorithm
----------------------------+------------------------
  Reporter:  ccoptimizer    |      Owner:  ipopt-team
      Type:  clarification  |     Status:  new
  Priority:  normal         |  Component:  Ipopt
   Version:  3.11           |   Severity:  normal
Resolution:                 |   Keywords:  Inexact
----------------------------+------------------------

Comment (by kelman):

 It's not well-documented, as I believe it's still considered experimental.
 You can enable it by configuring Ipopt with --enable-inexact-solver and
 setting the option inexact_algorithm to yes. It also requires you to build
 Ipopt with Pardiso, though I believe some of the other linear solvers
 might also be supported with the same algorithm.

 Don't be surprised if it doesn't work as well as you hope it might, I was
 disappointed with its performance on the optimization problems I was
 solving. It seems it only helps for some types of problem structures.

-- 
Ticket URL: <https://projects.coin-or.org/ticket/201#comment:1>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list