Changeset 1161
- Timestamp:
- 07/25/08 06:06:10 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openopt/scikits/openopt/examples/restricted_dom.py
r1160 r1161 2 2 Some non-linear functions have much more restricted dom than R^nVars. 3 3 For example F(x) = log(x); dom F = R+ = {x: x>0} 4 Some functions are just undefined out of their dom.5 4 6 5 For optimization solvers it is wont to expect user-povided F(x) = nan if x is out of dom.
