[Scipy-svn] r3464 - trunk/scipy/optimize

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Oct 26 05:39:47 EDT 2007


Author: dmitrey.kroshko
Date: 2007-10-26 04:39:42 -0500 (Fri, 26 Oct 2007)
New Revision: 3464

Modified:
   trunk/scipy/optimize/optimize.py
Log:
information in docstring about using scipy.optimize.fmin_ncg via scikits.openopt


Modified: trunk/scipy/optimize/optimize.py
===================================================================
--- trunk/scipy/optimize/optimize.py	2007-10-25 19:03:56 UTC (rev 3463)
+++ trunk/scipy/optimize/optimize.py	2007-10-26 09:39:42 UTC (rev 3464)
@@ -1012,8 +1012,8 @@
             If True, return a list of results at each iteration.
 
     *Notes*
-
-      Only one of `fhess_p` or `fhess` need to be given.  If `fhess`
+      1. scikits.openopt offers a unified syntax to call this and other solvers.
+      2. Only one of `fhess_p` or `fhess` need to be given.  If `fhess`
       is provided, then `fhess_p` will be ignored.  If neither `fhess`
       nor `fhess_p` is provided, then the hessian product will be
       approximated using finite differences on `fprime`. `fhess_p`




More information about the Scipy-svn mailing list