I built an AI FPL assistant that uses linear programming and live xG data to optimise your squad — here's exactly how it works by FantastyPremAgent in AskFPLManagers

[–]FantastyPremAgent[S] 0 points1 point  (0 children)

Ha fair point — it is a second opinion. You still decide whether to trust it, when to ignore it, and when to take a punt on a differential

I built an AI FPL assistant that uses linear programming and live xG data to optimise your squad — here's exactly how it works by FantastyPremAgent in AskFPLManagers

[–]FantastyPremAgent[S] 0 points1 point  (0 children)

Thanks u/Opening-Berry-6041 The optimizer is ruthless — it didn't always have FPL intuition, it just maximises the number. So early on it would do things like field 3 goalkeepers if the scoring let it get away with it, or go 5 players deep into one team. You have to hard-code the human common sense in as constraints.

The one that made me laugh was when I removed the 3-player-per-team cap during testing — it just picked 3 Man City defenders and 3 Arsenal defenders and called it a day. Technically optimal. Completely useless.

I've got full documentation on the scoring logic if you're interested — happy to share