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

generate random league by creating/assigning draft logic #40

Open
bcarancibia opened this issue Jan 12, 2022 · 2 comments
Open

generate random league by creating/assigning draft logic #40

bcarancibia opened this issue Jan 12, 2022 · 2 comments

Comments

@bcarancibia
Copy link

I was looking through to try to generate a large (500+) number of random leagues based on a set of rankings. The goal is to look at the output of these random leagues and see what the difference is between computer picking via rankings vs manually selecting teams.

Ability to create random leagues with random teams that I can then simulate their fantasy seasons to understand how many points they might score. Final output is to see if I can quantify importance of drafting instead of just anecdotal articles. Also, it would be interesting to look at draft strategy and see if there are patterns that come up different way to approach draft.

@tanho63
Copy link
Member

tanho63 commented Jan 12, 2022

c/o @rogers1000

5 things you would need to consider is:

  • Position Rules (how many starters, how many bench players)
  • Previous Positions drafted (aka have they already drafted their QB, have they drafted all possible starting RBs but no WRs)
  • Draft strategy (0RB, 0WR, 1RB). Do different teams use different rankings / adp?
  • Draft Randomiser (how spread from ADP do you want it, probably progressive with it being more random as the draft goes on)
  • Do you want the user to be able to take part or not?

@rogers1000
Copy link

I was looking to build something like this anyway.

This is what I have planned so far:

https://docs.google.com/document/d/1J9iTP2cE-lDkBLUd_TVCV3kKVK3YYqjAQjxB0CRMiXU/edit

@tanho63 tanho63 changed the title Simulate large number of random league generate random league by creating/assigning draft logic Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants