issues
search
UncleVasya
/
Dota2-EU-Ladder
Code stuff for Dota 2 EU Ladder
7
stars
9
forks
source link
Role-based balancing
#55
Closed
UncleVasya
closed
4 years ago
UncleVasya
commented
4 years ago
[x] Create RolePreference model; 1-to-1 with Player.
[x] Commands to set preferecne:
[x] !role pos2 4;
[x] !role mid 4;
[x] !role offlane 5;
[x] !role off 5;
[x] !role carry 2;
[x] balance tries to start with 2 midlaners instead of 2 top mmrs;
UncleVasya
commented
4 years ago
Smart role-balancing:
[x] get all combinations of team roles;
[x] assign to every balance the best combination of player roles, by pref score sum;
[x] sort balances by pref score sum;
[ ] sanity filters to check that teams are competitive;
UncleVasya
commented
4 years ago
Sanity checks will be done in #57