Skip to content

Commit

Permalink
Reduce fairness constraint slower.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicEastvillage committed Feb 19, 2021
1 parent 93a93a8 commit 4de2a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoleague/match_maker.py
Expand Up @@ -146,7 +146,7 @@ def decide_on_players(bot_ids: Iterable[BotID], rank_sys: RankingSystem,
Find two balanced teams. The TicketSystem and the RankingSystem to find
a fair match up between some bots that haven't played for a while.
"""
limit = 200
limit = 400

tries_left = limit
while tries_left > 0:
Expand Down

0 comments on commit 4de2a01

Please sign in to comment.