BenBrostoff / draftfast

A tool to automate and optimize DraftKings and FanDuel lineup construction.
277 stars 113 forks source link

Some enhancements around sets of lineups (READ ONLY) #187

Open BenBrostoff opened 2 years ago

BenBrostoff commented 2 years ago

This library really hasn't done much with sets of lineups - there were some attempts in 2018 to do cumulative ownership (mins and maxes). My take after doing that was people have lots of different ideas on expected behavior when it comes to aggregate settings for say 150 lineups in a mini-MAX DK contest.

Rather than try to address all those opinions, I think starting with a basic LineupSet object may make sense and adding some read-only properties like:

And maybe funcs like:

This to an extent is already there with the run_multi work, but I think there could at least be some clean up and docs additions.