alan-turing-institute / p2lab-pokemon

A Python library for running genetic algorithms to optimize Pokemon teams!
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Generating new teams from showdown is really slow #10

Closed AoifeHughes closed 1 year ago

AoifeHughes commented 1 year ago

It's really slow to generate teams as each one is a new call to shell. So maybe worth pre-genning them for faster debugging.

AoifeHughes commented 1 year ago

Done with an example here: https://github.com/alan-turing-institute/p2lab-pokemon/blob/main/src/p2lab/pokemon/premade.py