[SciPy-dev] broyden methods commited

Nils Wagner nwagner@iam.uni-stuttgart...
Sun May 13 12:23:12 CDT 2007


On Sun, 13 May 2007 19:20:14 +0200
  "Ondrej Certik" <ondrej@certik.cz> wrote:
> Hi,
> 
> I just commited the broyden scheme methods:
> 
> http://projects.scipy.org/scipy/scipy/ticket/402
> 
> it's in the module optimize, together with tests, that 
>run fine.
> Documentation is in the form of docstrings. Please tell 
>me if it is
> understandable, or I should work a little more on it.
> 
> If it is ok, then the next step for me will be to look 
>at the
> differential evolution codes and commit the better one 
>into scipy.
> 
> Thanks,
> Ondrej
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev@scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev


>>> scipy.__version__
'0.5.3.dev2990'

  >>> help (optimize.anderson)
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 
'anderson'
>>> from scipy.optimize import anderson
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: cannot import name anderson

Nils


More information about the Scipy-dev mailing list