[Ipopt-tickets] [Ipopt] #294: Using finite differences to approximate Jacobian of constraints

Ipopt coin-trac at coin-or.org
Tue Sep 26 12:30:35 EDT 2017


#294: Using finite differences to approximate Jacobian of constraints
-------------------------+-------------------------------------------------
  Reporter:  kamilova    |      Owner:  ipopt-team
      Type:              |     Status:  closed
  clarification          |
  Priority:  highest     |  Component:  Ipopt
   Version:  3.12        |   Severity:  major
Resolution:  fixed       |   Keywords:  Jacobian approximation finite
                         |  differences options
-------------------------+-------------------------------------------------
Changes (by stefan):

 * status:  new => closed
 * type:  task => clarification
 * resolution:   => fixed


Comment:

 If you enable the option
 {{{
 jacobian_approximation finite-difference-values
 }}}
 (e.g., by placing it into a file named {{{ipopt.opt}}}, then Ipopt will
 still request the sparsity structure of the Jacobian by calling
 {{{FEval_Jac_G_CB}}} with {{{TASK=0}}}. However, there should be no calls
 with {{{TASK=1}}}.

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



More information about the Ipopt-tickets mailing list