Refactor update_pet_priority into calculate_pet_priority and rewrite to no longer prioritise health (#89)
Added tests for calculate_pet_priority
Added seed to calculate_pet_priority
calculate_pet_priority is no longer a static method
Added various type annotations
The calculate_pet_priority seed uses the new numpy random generators which should improve performance.
Might be worth checking if the performance increase gets it anywhere close to MockRandomState's performance.
Refactor update_pet_priority into calculate_pet_priority and rewrite to no longer prioritise health (#89)
The calculate_pet_priority seed uses the new numpy random generators which should improve performance. Might be worth checking if the performance increase gets it anywhere close to
MockRandomState
's performance.