Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lane recommendations... #11

Open
joshmadewell opened this issue Feb 4, 2015 · 1 comment
Open

Lane recommendations... #11

joshmadewell opened this issue Feb 4, 2015 · 1 comment

Comments

@joshmadewell
Copy link
Owner

We need to implement some sort of algorithm to determine where each player should go.

We have performance for each players last 30 games as well as total stats and may need to increase the former to be 45-60 games to better determine what they're recent best champs are. Once we have this data we should be able to look at everything to determine who should lane where.

A method I tried before was, since the players are ordered by who performs the best overall, I would just give the first player their best role, the next player their best non-taken role and so on. This proved to be ridiculous because most games it would say that people who had no games as Marksman or Support should play support. There' no way that's right.

We want the best players to get the role that they are best at but we don't want them to suffer having players on their team play something they are terrible at.

@joshmadewell
Copy link
Owner Author

I think this just needs to be done in the UI....will only require API work if we need to increase recently played games lookup count. However, need to keep in mind storage issues if we look up more than 30 games...shit cost $$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant