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

Rework Teams object to make unique Pokemon objects #40

Closed AoifeHughes closed 1 year ago

AoifeHughes commented 1 year ago

When a team is created it should have each Pokemon be a new object. This points to weird errors where the same Pokemon could be edited multiple times in the same battle if there is 2x of the same one. Pointers are great!

AoifeHughes commented 1 year ago

See https://github.com/alan-turing-institute/p2lab-pokemon/issues/39 and https://github.com/alan-turing-institute/p2lab-pokemon/issues/36