JohnathonNow / FRC2607_DiscordBot

A discord bot for educational purposes.
0 stars 5 forks source link

FRC Predictor Back-End: Decide if a bot participated in a match #3

Open JohnathonNow opened 4 years ago

JohnathonNow commented 4 years ago

Basically, given a list of times a team has missed matches, come up with a way to randomly decide if they will make their next match. I suggest a smoothing scheme where we add 1 missed match and 11 attended matches, and then just go with the normal way of doing probability, but a smarter system would look at streaks of made/missed matches.

JohnathonNow commented 4 years ago

https://github.com/JohnathonNow/FRC2607_DiscordBot/blob/c80d1bbb3650ae807881d6b04a225876818f64cb/handlers/FRC/ScoutingData.java#L9