[SciPy-User] determining success of scipy.optimize.basinhopping()

Robert Cimrman cimrman3 at ntc.zcu.cz
Wed Jul 3 09:54:21 EDT 2013


Hi!

How can I obtain the local minimizer convergence success/failure from the 
basinhopping() function? I would like to know that at least one local 
minimization (and hence the global one) converged. The result structure 
contains only the 'message' attribute, but not the 'success' attribute. I could 
parse the message, but it is not exactly what I need to know.

Thanks,
r.



More information about the SciPy-User mailing list