Skip to content

Commit

Permalink
DOC: Add link to OpenOpt in optimize module docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Feb 10, 2010
1 parent 088908a commit 25a6852
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scipy/optimize/info.py
Expand Up @@ -88,6 +88,12 @@
line_search -- Return a step that satisfies the strong Wolfe conditions.
check_grad -- Check the supplied derivative using finite difference
techniques.
External Libraries::
OpenOpt -- A BSD-licensed optimisation framework which includes a number of
constrained and unconstrained solvers (see http://openopt.org).
"""

postpone_import = 1

0 comments on commit 25a6852

Please sign in to comment.