Changeset 1511

Show
Ignore:
Timestamp:
09/28/08 16:14:02 (2 months ago)
Author:
dmitrey.kroshko
Message:

minor doc update

Files:

Legend:

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

    r1437 r1511  
    263263    Solvers available for now: 
    264264        scipy_fsolve (can handle df); 
     265        converter to NLP. Example: r = p.solve('nlp:ipopt'); 
    265266        nssolve (primarily for non-smooth and noisy funcs; can handle all types of constraints and 1st derivatives df,dc,dh; splitting equations to Python list or tuple is recommended to speedup calculations) 
    266267    (these ones below are very unstable and can't use user-supplied gradient - at least, for scipy 0.6.0)