Changeset 748 for PythonPackages/OpenOpt/openopt/doc/badlyScaled.py
- Timestamp:
- 09/20/2010 07:45:24 PM (2 years ago)
- Files:
-
- PythonPackages/OpenOpt/openopt/doc/badlyScaled.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
PythonPackages/OpenOpt/openopt/doc/badlyScaled.py
r170 r748 10 10 x0 = [-4,4] 11 11 # even modification of stop criteria can't help to achieve the desired solution: 12 someModifiedStopCriteria = {'g radtol': 1e-15, 'ftol': 1e-13, 'xtol': 1e-13, 'maxIter': 1e3}12 someModifiedStopCriteria = {'gtol': 1e-15, 'ftol': 1e-13, 'xtol': 1e-13, 'maxIter': 1e3} 13 13 14 14 # using default diffInt = 1e-7 is inappropriate:
