Re: [Scikit-learn-general] optimize.fsolve endless loop with nan

2013-03-13 Thread josef . pktd
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

Re: [Scikit-learn-general] optimize.fsolve endless loop with nan

2013-03-13 Thread Lars Buitinck
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

[Scikit-learn-general] optimize.fsolve endless loop with nan

2013-03-13 Thread josef . pktd
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