
The FPL community can be split into two camps, those that think data help and those that think watching the games and the players help. Again, not a bad-looking team, and making these transfers improves the expected points by 5. So Botman and Watkins are switched out for Gabriel and Toney. If we go beyond two transfers, then we will pay a 4 point penalty, so it seems worth So making two transfers improve our score by 5 points, so seems worth it.

WILL THERE BE A POSTAL 4 CODE
The code is easy to interpret and there is just the odd bit of code massage to make it do what we want.Īll my optimising functions are in the below file which is will be hosted on Github shortly so you can keep up to date with my tweaks. For a detailed explanation of how you can solve the FPL problem in JuMP I recommend you watch my JuliaCon talk here:īut in short, we want to maximise the number of points based on the above constraints while sticking to the overall budget. You write out your problem in the JuMP language, supply an optimiser and let it work its magic. JuMP is an optimisation library for Julia.

That’s the long and short of it, you want to score the most points each week and be forwarding looking to ensure you are set for getting the most points. Each week you can transfer one player out of your squad of 15 for a new player. You then score points based on how many goals a player scores, how many assists, and other ways. You have a budget of £100 million and you can have at most 3 players from a given team. Then from these 15 players, you chose a team of 11 each week that must conform to: A Quick Overview of FPLįPL is a fantasy football game where you need to choose a team of 15 players that consists of: Still, a new season awaits, and with more knowledge, a hand-crafted optimiser, and some expected points, let’s see if I can do any better.

I won’t be starting a YouTube channel for FPL anytime soon. I finished at 353k, so not too bad for a first attempt, but quite a way off from that 100k “good player” milestone. I started with an analytical approach but didn’t write the team optimising routines until later in the season, by which time it was too late to make too much of a difference. Now last season was my first time playing this game. It’s a short monthly recap of anything and everything I’ve found interesting recently plusĪny posts I’ve written.
WILL THERE BE A POSTAL 4 FREE
I’ve used FPL Review free expected points model and their tools to generate the team images, go check them out.Įnjoy these types of posts? Then you should sign up for my newsletter. You can watch my presentation here: Optimising Fantasy Football with JuMP and this blog post is an accompaniment and extension to that talk. One of my talks for JuliaCon 2022 explored the use of JuMP to optimise a Fantasy Premier League (FPL) team.
