On Wed, Mar 13, 2013 at 10:48 AM, Lars Buitinck wrote:
> 2013/3/13 :
>> I have a problem where fsolve goes into a range where the values are
>> nan. After that it goes into an endless loop, as far as I can tell.
>
> I think you intended to send this to scipy-dev? This is
> scikit-learn-general. W
2013/3/13 :
> I have a problem where fsolve goes into a range where the values are
> nan. After that it goes into an endless loop, as far as I can tell.
I think you intended to send this to scipy-dev? This is
scikit-learn-general. We don't fsolve, we roll our own :)
--
Lars Buitinck
Scientific
preliminary question, I didn't have time yet to look closely
>>> scipy.__version__
'0.9.0'
I have a problem where fsolve goes into a range where the values are
nan. After that it goes into an endless loop, as far as I can tell.
Something like this has been fixed for optimize.fmin_bfgs. Was there