Changeset 915
- Timestamp:
- 03/20/08 12:07:30 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/examples/checkDerivatives.py
r905 r915 62 62 according to: 63 63 prob.diffInt = 1e-07 64 prob.check.maxViolation = 1e-0564 maxViolation = 1e-05 65 65 df num user-supplied numerical difference 66 66 0 +7.000e+00 -8.000e+00 +1.500e+01 … … 73 73 according to: 74 74 prob.diffInt = 1e-07 75 prob.check.maxViolation = 1e-0575 maxViolation = 1e-05 76 76 dc num i,j:dc[i]/dx[j] user-supplied numerical difference 77 77 32 1 / 2 +1.417e+01 -8.323e-01 +1.500e+01 … … 83 83 according to: 84 84 prob.diffInt = 1e-07 85 prob.check.maxViolation = 1e-0585 maxViolation = 1e-05 86 86 dh num i,j:dh[i]/dx[j] user-supplied numerical difference 87 87 29 0 / 29 -2.137e+02 -2.137e+02 -1.820e-05
