ipopt.out 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. ******************************************************************************
  2. This program contains Ipopt, a library for large-scale nonlinear optimization.
  3. Ipopt is released as open source code under the Eclipse Public License (EPL).
  4. For more information visit http://projects.coin-or.org/Ipopt
  5. ******************************************************************************
  6. This is Ipopt version 3.12.7, running with linear solver ma27.
  7. Number of nonzeros in equality constraint Jacobian...: 4
  8. Number of nonzeros in inequality constraint Jacobian.: 4
  9. Number of nonzeros in Lagrangian Hessian.............: 10
  10. Total number of variables............................: 4
  11. variables with only lower bounds: 0
  12. variables with lower and upper bounds: 4
  13. variables with only upper bounds: 0
  14. Total number of equality constraints.................: 1
  15. Total number of inequality constraints...............: 1
  16. inequality constraints with only lower bounds: 1
  17. inequality constraints with lower and upper bounds: 0
  18. inequality constraints with only upper bounds: 0
  19. iter objective inf_pr inf_du lg(mu) ||d|| lg(rg) alpha_du alpha_pr ls
  20. 0 1.6109693e+01 1.12e+01 5.28e-01 0.0 0.00e+00 - 0.00e+00 0.00e+00 0
  21. 1 1.7410406e+01 7.49e-01 2.25e+01 -0.3 7.97e-01 - 3.19e-01 1.00e+00f 1
  22. 2 1.8001613e+01 7.52e-03 4.96e+00 -0.3 5.60e-02 2.0 9.97e-01 1.00e+00h 1
  23. 3 1.7199482e+01 4.00e-02 4.24e-01 -1.0 9.91e-01 - 9.98e-01 1.00e+00f 1
  24. 4 1.6940955e+01 1.59e-01 4.58e-02 -1.4 2.88e-01 - 9.66e-01 1.00e+00h 1
  25. 5 1.7003411e+01 2.16e-02 8.42e-03 -2.9 7.03e-02 - 9.68e-01 1.00e+00h 1
  26. 6 1.7013974e+01 2.03e-04 8.65e-05 -4.5 6.22e-03 - 1.00e+00 1.00e+00h 1
  27. 7 1.7014017e+01 2.76e-07 2.18e-07 -10.3 1.43e-04 - 9.99e-01 1.00e+00h 1
  28. 8 1.7014017e+01 2.13e-14 2.29e-14 -11.0 1.04e-07 - 1.00e+00 1.00e+00h 1
  29. Number of Iterations....: 8
  30. (scaled) (unscaled)
  31. Objective...............: 1.7014017140224134e+01 1.7014017140224134e+01
  32. Dual infeasibility......: 2.2928101314633036e-14 2.2928101314633036e-14
  33. Constraint violation....: 2.1316282072803006e-14 2.1316282072803006e-14
  34. Complementarity.........: 1.0023967333275279e-11 1.0023967333275279e-11
  35. Overall NLP error.......: 1.0023967333275279e-11 1.0023967333275279e-11
  36. Number of objective function evaluations = 9
  37. Number of objective gradient evaluations = 9
  38. Number of equality constraint evaluations = 9
  39. Number of inequality constraint evaluations = 9
  40. Number of equality constraint Jacobian evaluations = 9
  41. Number of inequality constraint Jacobian evaluations = 9
  42. Number of Lagrangian Hessian evaluations = 8
  43. Total CPU secs in IPOPT (w/o function evaluations) = 5.191
  44. Total CPU secs in NLP function evaluations = 0.002
  45. EXIT: Optimal Solution Found.