Winfield Chen
Results
1
issues of
Winfield Chen
The `_fit_minimize` wrapper function for `scipy.optimize.minimize` does not reflect more recent scipy versions which have bounds support for Nelder-Mead and Powell methods. https://docs.scipy.org/doc/scipy-1.8.1/reference/generated/scipy.optimize.minimize.html https://docs.scipy.org/doc/scipy-1.8.1/reference/optimize.minimize-neldermead.html https://docs.scipy.org/doc/scipy-1.8.1/reference/optimize.minimize-powell.html Update the `has_bounds` list in...