On Jun 15, 2011, at 10:11 AM, Denis Laxalde wrote:
I'm looking for an alternative to the fsolve root finding algorithm
distributed in SciPy (which is actually a wrapper around minpack). Is
there any algorithm in NLopt that could be useful for this purpose?

No. (In principle, you could minimize |f(x)|^2 to try to find a root, but this is almost certainly less effective and less accurate than a dedicated root-finding algorithm.)

_______________________________________________
NLopt-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/nlopt-discuss

Reply via email to