[Ipopt-tickets] [Ipopt] #86: access to timing statistics after nlp solve

Ipopt coin-trac at coin-or.org
Sun Oct 26 16:23:53 EDT 2008


#86: access to timing statistics after nlp solve
------------------------------+---------------------------------------------
Reporter:  stefan             |       Owner:  ipopt-team
    Type:  enhancement        |      Status:  new       
Priority:  normal             |   Component:  Ipopt     
 Version:  3.5 (C++ Version)  |    Severity:  normal    
Keywords:                     |  
------------------------------+---------------------------------------------
 Hi,

 I would like to access timing statistics that Ipopt collects during a NLP
 solve.
 While I can access the !TimingStats() via the !IpoptData object passed to
 TNLP::finalize(), I do not see a way to get the timing for function
 evaluations (without changing the Ipopt code).[[BR]]
 It would be great if all timing data (those for ipopt internal routines
 and those for function evaluation) could be included into the
 !SolveStatistics that one can retrieve from an !IpoptApplication object
 after the solve is finished.

 Thank you very much :-),[[BR]]
 Stefan

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



More information about the Ipopt-tickets mailing list