[SciPy-Dev] Parallelised brute

Ralf Gommers ralf.gommers at gmail.com
Thu Nov 1 20:14:15 EDT 2018


On Thu, Nov 1, 2018 at 2:04 PM Andrew Nelson <andyfaff at gmail.com> wrote:

> In #9428 I've added a workers keyword that adds the ability to parallelise
> `optimize.brute`. It's not an enormous change, and it makes use of the
> machinery that was used in `differential_evolution`.
>

Makes sense to me.

Is it too late for it to go in before the next branch?
>

I had a quick browse. In principle not a problem I think, it's not a risky
PR to merge right before branching. Someone needs to review in detail
though.

Cheers,
Ralf


Tests are passing, and I've added a test to check that the parallelised
> version gives the same result as a serial version.
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20181101/d340077e/attachment.html>


More information about the SciPy-Dev mailing list