Win your fantasy league using operations research
Operations research techniques are applied to excel in fantasy football leagues by treating player selection as a knapsack problem. Cost-effective players delivering high scores are chosen within budget constraints, optimizing team value effectively.
Read original articleUsing operations research techniques, the author discusses how to excel in a fantasy football league by treating player selection as a knapsack problem. By maximizing the value of a team within a set budget, the strategy involves choosing cost-effective players who deliver high scores. The knapsack problem analogy is apt, where selecting players is akin to filling a limited backpack with valuable artifacts. The article delves into the technical aspects of implementing this strategy, including data scraping for player information, predicting player performance based on past scores, and setting team constraints. The solution involves using Google's OR-tools to optimize player selection while adhering to budget and position constraints. The author tested this approach in fantasy leagues and achieved competitive results, showcasing the effectiveness of the operations research methodology in fantasy sports.
Related
Journal retracts all 23 articles in special issue
The Annals of Operations Research, Volume 337, Issue 1 supplement, presents retracted articles on sustainable operations research topics like supply chain resilience, consumer behavior, innovation impact, and healthcare optimization, emphasizing sustainability and innovation.
Against Innovation Tokens
The article explores the concept of "innovation tokens" in technology selection, cautioning about operational overhead issues. Emphasis is on prioritizing ease of operation over development benefits, advocating for consistent technology choices.
Solving Path of Exile Item Crafting with Reinforcement Learning
Reinforcement Learning is applied to optimize item crafting complexity in Path of Exile. Monte Carlo Tree Search is suggested to find efficient crafting strategies in the game environment with diverse outcomes.
For team selection games the LP approach works great but does not dominate, as described in the OP. I've found it to work less well over the years and I wouldn't be surprised if the fantasy game vendors have been explicitly adding countermeasures - things like temporary wildcards, round-specific rules, trading limits and velocities, etc all mess with your LP constraints. Not that you couldn't also code that up but it's time consuming. You end up needing to follow the competition closely anyway and using your model as an advisor to spot "good deals" in the data.
edit: a few times I have also back tested my models vs the odds offered by the bookies (for the margin prediction games). Unsurprisingly the bookies have better models than me. Could be just using the bookies odds as the pick is a better approach.
I didn't win my friends' league, but definitely got closer than previous years
Hope your top 3 picks stay healthy
Hope your 3-4 "flyer" picks (the guys who are on a new team, rookies, etc.,) don't completely bust
Play the waiver wire (mid week pickups to fill in positions where needed) well
The one part where more skill/operations research is involved would be playing the matchups (top defense vs crap offense, WR1 vs rookie corner) but even then it's not a surefire recipe for success since there is so much variance (that top WR play might be nuked by a run oriented game). But it is playing smart so you should do it."My buddy and I were playing fantasy football, and he said, 'Letʼs make it interesting.' So we stopped playing fantasy football."
Ha
This dynamic makes fantasy sports a second-order game, and predicting regular sports outcomes is hard enough. You're not just trying to pick the best players for the best price, you also have to consider the scenarios those players will be in any given week.
Wait, is he cracking a joke? If so, haha.
I was in a tipping comp years ago. At this workplace I had already warned the management against insecure email protocols but they wouldnt listen.
Anyway, came time for the company footy tipping comp.
Once I worked out which manager was running it, I used their plaintext password against their admin login to the tipping website. Worked straight up.
Every week I would make my tips, then after the games had been run but before Monday rolled around, I would use the admin access to change my tips.
Didnt try and hide it just went 100% victory every week.
The admin of the comp would even go out of his way to try and satisfy the very angry football fans that it wasnt run on company systems so theres no way that I could find my way in to change things.
In the end I fessed up, I couldnt get them to change the email system, but he apparently proactively took the password post it note off of his monitor which was nice.
Another classic of the genre "why would I need you?"
Related
Journal retracts all 23 articles in special issue
The Annals of Operations Research, Volume 337, Issue 1 supplement, presents retracted articles on sustainable operations research topics like supply chain resilience, consumer behavior, innovation impact, and healthcare optimization, emphasizing sustainability and innovation.
Against Innovation Tokens
The article explores the concept of "innovation tokens" in technology selection, cautioning about operational overhead issues. Emphasis is on prioritizing ease of operation over development benefits, advocating for consistent technology choices.
Solving Path of Exile Item Crafting with Reinforcement Learning
Reinforcement Learning is applied to optimize item crafting complexity in Path of Exile. Monte Carlo Tree Search is suggested to find efficient crafting strategies in the game environment with diverse outcomes.