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

Parametrize genetic pseudocode #16

Closed boykovdn closed 1 year ago

boykovdn commented 1 year ago

Make functions in the pseudocode be arguments, so that the genetic_team function can be imported into tests with dummy implementations of the different parts.

phinate commented 1 year ago

Thanks for this :)