daffidwilde / edo

A library for generating artificial datasets through genetic evolution.
https://doi.org/10.1007/s10489-019-01592-4
MIT License
13 stars 0 forks source link

Make use of parallelisation with `dask` #97

Closed daffidwilde closed 5 years ago

daffidwilde commented 5 years ago

Potential uses include:

Would this be done by specifying no. cores/processes or not? Have a look at Axelrod's implementation perhaps.

daffidwilde commented 5 years ago

Fixed as of #119.