aturfah / cmplxsys530-final

Final Project for Complex Systems 530 WN18
MIT License
2 stars 2 forks source link

Enhancement ladder player pool #148

Closed aturfah closed 5 years ago

aturfah commented 5 years ago

Addresses Issue #135

Updates

The BaseLadder class now filters a subselection of players by match_func, then randomly chooses one of those players. This is to prevent playing the same players repeatedly due to Elo similarity.

Test Cases

ladder_tests/weighted_ladder_test.py