[Ipopt-tickets] [Ipopt] #161: option to print summary line for only every n'th iteration

Ipopt coin-trac at coin-or.org
Fri Mar 8 06:19:41 EST 2013


#161: option to print summary line for only every n'th iteration
--------------------------+------------------------
  Reporter:  stefan       |      Owner:  ipopt-team
      Type:  enhancement  |     Status:  closed
  Priority:  normal       |  Component:  Ipopt
   Version:  3.9          |   Severity:  normal
Resolution:  fixed        |   Keywords:
--------------------------+------------------------
Changes (by stefan):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Implemented with r2167.
 The !IpData object has two new members to store the time when the last
 iteration summary line was printed and how many of these lines were
 printed since the last header was printed (on J_ITERSUMMARY level).

 {{{MinC_1NrmRestorationPhase::PerformRestoration()}}} takes care of
 copying the values of these members from the !IpData of the original
 problem to the restoration problem and the other way around.

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



More information about the Ipopt-tickets mailing list