Axelrod icon indicating copy to clipboard operation
Axelrod copied to clipboard

Investigate changes to the core computational loop

Open marcharper opened this issue 6 years ago • 1 comments
trafficstars

Now that all strategies can be pickled, we may be able to simplify the match generating code and the batch processing of matches. This may also improve the efficiency of tournaments.

marcharper avatar Sep 04 '19 13:09 marcharper

Good idea! Something that could help/enhance is using dask for the parallelisation which would clean things up nicely and also allow for the use of any dask scheduler (including distributed ones).

drvinceknight avatar Sep 04 '19 17:09 drvinceknight