Changeset 915

Show
Ignore:
Timestamp:
03/20/08 12:07:30 (7 months ago)
Author:
dmitrey.kroshko
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openopt/scikits/openopt/examples/checkDerivatives.py

    r905 r915  
    6262according to: 
    6363prob.diffInt = 1e-07 
    64 prob.check.maxViolation = 1e-05 
     64maxViolation = 1e-05 
    6565df num         user-supplied     numerical         difference 
    6666     0             +7.000e+00     -8.000e+00     +1.500e+01 
     
    7373according to: 
    7474prob.diffInt = 1e-07 
    75 prob.check.maxViolation = 1e-05 
     75maxViolation = 1e-05 
    7676dc num   i,j:dc[i]/dx[j]   user-supplied     numerical         difference 
    7777     32             1 / 2         +1.417e+01     -8.323e-01     +1.500e+01 
     
    8383according to: 
    8484prob.diffInt = 1e-07 
    85 prob.check.maxViolation = 1e-05 
     85maxViolation = 1e-05 
    8686dh num   i,j:dh[i]/dx[j]   user-supplied     numerical         difference 
    8787     29            0 / 29         -2.137e+02     -2.137e+02     -1.820e-05