[SciPy-user] optimize.fsolve output

Nils Wagner nwagner at iam.uni-stuttgart.de
Thu Jun 26 12:28:56 EDT 2008


On Thu, 26 Jun 2008 11:14:46 -0400
  Gideon Simpson <grs2103 at columbia.edu> wrote:
> Is there a flag to give fsolve to see the convergence 
>properties?
> 
> -gideon
  
AFAIK fsolve has no callback function like

cg(A, b, x0=None, tol=1.0000000000000001e-05, 
maxiter=None, xtype=None, M=None, callback=None)

So I guess you cannot monitor the convergence behavior
of fsolve.

Please correct me if I am missing something.


Nils



More information about the SciPy-User mailing list