alan-turing-institute / AIrsenal

Machine learning Fantasy Premier League team
MIT License
296 stars 86 forks source link

Update max free transfers to 5 #680

Closed jack89roberts closed 2 months ago

jack89roberts commented 4 months ago

Updates the optimisation code so that:

jack89roberts commented 3 months ago

Currently seems to hang at the end of optimisation - probably count_expected_outputs is wrong somehow.

jack89roberts commented 2 months ago

I think I've fixed one bug with counting the baseline strategy, but it still hangs. The optimisation seems to be running strategies that should be excluded because they take too many hits (0-3-3, 3-0-3) for a test run allowing 3 transfers/8pts hits. If I set max hit to a large value so it doesn't impact things it terminates successfully.