Changeset 1161

Show
Ignore:
Timestamp:
07/25/08 06:06:10 (4 months ago)
Author:
dmitrey.kroshko
Message:

minor change in example docstring

Files:

Legend:

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

    r1160 r1161  
    22Some non-linear functions have much more restricted dom than R^nVars. 
    33For example F(x) = log(x); dom F = R+ = {x: x>0} 
    4 Some functions are just undefined out of their dom. 
    54 
    65For optimization solvers it is wont to expect user-povided F(x) = nan if x is out of dom.