[Ipopt-tickets] [Ipopt] #41: intermediate_callback on StdInterfaceTNLP

Ipopt coin-trac at coin-or.org
Tue Sep 18 13:56:02 EDT 2007


#41: intermediate_callback on StdInterfaceTNLP
------------------------------+---------------------------------------------
Reporter:  rafael             |       Owner:  ipopt-team
    Type:  enhancement        |      Status:  new       
Priority:  normal             |   Component:  Ipopt     
 Version:  3.3 (C++ Version)  |    Severity:  normal    
Keywords:                     |  
------------------------------+---------------------------------------------
 It should be nice to have the TNLP::intermediate_callback implemented on
 StdInterfaceTNLP.

 Then, this callback could be replicated on std C interface or even F
 interface.

 It is easy to implement, but there are at least two ways:
  1. It should be added as an additional argument on the StdInterfaceTNLP
 constructor (this will break source compatibility with old
 implementations).
  2. Create an additional method like setIntermediateCallBack(), this will
 keep it source compatible.

 I could produce a patch with it if you want.

 Regards.

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



More information about the Ipopt-tickets mailing list