Andrew Nelson

Results 137 comments of Andrew Nelson
trafficstars

I think minimum is now 10.13, it's never clear to me why super old versions are used.

I think clang 16 corresponds to the latest version of Xcode (16) command line tools. I'm not sure what the minimum version of the tools we can get away with.

There are several design decisions still to be made here. Do we: - fully respect `minimizer_kwargs`? i.e. don't pass on the `bounds` or `constraints` from `differential_evolution` to `minimize`. - definitely...

I'll think more about this in the next few days. One thing I should point out here - the polishing is/was only intended to improve the last few decimal places...

@mdhaber in #13561 you suggested using a callable (`polish_func(func, x0)`) obeying the `minimize` interface to overload the `polish` keyword. Do you still think that's a good alternative? @mvieth, what's your...

Asking for community feedback at https://discuss.scientific-python.org/t/polishing-function-for-optimize-differential-evolution/2083.

Did you install from wheels? What is the output of `scipy.show_config()`?

Assuming that you didn't install from wheels, where did you get your BLAS from? Many of the developers here (well at least me) will try to reproduce this by firing...

I use `docker run -it -v $PWD:/src opensuse/tumbleweed`, then: ``` zypper update zypper install openblas ``` results in: > Loading repository data... Reading installed packages... 'openblas' not found in package...