pydfs-lineup-optimizer icon indicating copy to clipboard operation
pydfs-lineup-optimizer copied to clipboard

Daily Fantasy Sports lineup optimzer for all popular daily fantasy sports sites

Results 143 pydfs-lineup-optimizer issues
Sort by recently updated
recently updated
newest added

@DimaKudosh In reference to your reply on #306 Heres my code: optimizer.add_players_group(PlayersGroup([ *optimizer.player_pool.get_players('Stephen Curry', 'DeMar DeRozan', 'Nikola Vucevic', 'Zach Lavine', 'Lonzo Ball', PlayerFilter(positions=['MVP'])), *optimizer.player_pool.get_players('Stephen Curry', 'DeMar DeRozan', 'Nikola Vucevic', 'Zach...

Hi, I tried adding a custom settings class to support the CSGO single game variant on DraftKings, but I get the following error: ``` ` SolverInfeasibleSolutionException Traceback (most recent call...

Hello, I would like to request a feature for future revs. Currently when building lineups with max exposures set, it is a strict setting with no give to the numbers...

## Currently, the Fanduel Single game optimizer is unaware that certain positions have multipliers attached to them i.e. single game nba slates have an mvp position that is worth double...

Trying to limit 1 qb per lineup at most. oneqb= PlayersGroup([optimizer.get_player_by_name(Nickname) for Nickname in ('Trevor Lawrence', 'Joe Burrow')], max_from_group=1) optimizer.add_players_group(oneqb) heres the error LineupOptimizerException: More than 1 player is found...

#328 Can't lock a player into UTIL error message - Position UTIL doesn't exist Available positions are MVP, PRO, STAR, PG, PF, C, SF, SG Perhaps a better fix is...

Hi all! If i am using nodejs to load the python executable. Is there anyway to spit out the lines as they are created? Right now i can only seem...

Is there a way to run the optimizer with multiple groups of settings? Let's say I wanted 500 lineups, 150 4-man stack, 150 3-man stack and 100 unstacked, is there...

I have a list of salary constraints saved as a numpy array. I would like to pass a new value for the minimum salary for each lineup iteration. Is this...