You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Fix minimize(method='shgo', disp=True) not printing progress
Contrary to the rest of SciPy [?], `scipy.optimize.shgo(disp=True)`
uses logging instead of printing to stdout. Supply our own `disp=True`
printout like with other methods.
Refs: #4
0 commit comments