-
Hi,
I can't get players with the 'optimizer.players', neither with the 'optimizer.get_player_by_name()'
What am I doing wrong?
Thanks for the help!
Enrql updated
4 years ago
-
i cant get glpk to solve, Maybe im starting it wrong
import pulp
from pulp.solvers import GLPK_CMD
from pydfs_lineup_optimizer import get_optimizer, Site, Sport
from pydfs_lineup_optimizer.solv…
-
Just testing a few things out and I am unable to use min/max on the same player (example below). Is there a way to do this?
from pydfs_lineup_optimizer import get_optimizer, Site, Sport, CSVLineupE…
-
When using the CSVLineupExporter for fantasydraft lineup, the exporter spits out IDs that are only 1 to 3 digits long instead of the 7 digit ID in the player information sheet.
```
from pydfs_li…
-
DraftKings expects the position order for NHL lineups for Classic slates to be 'C,C,W,W,W,D,D,G,UTIL' but the pydfs-lineup-optimizer default order is 'W,W,W,C,C,D,D,G,UTIL'. The Center and Wing positi…
-
Was the FanDuel ID format changed in the CSVLineupExporter in 2.7.0?
Still can't upload the lineups generated using 2.7. Gives an Invalid entry error.
I'm thinking its because the ID is no longe…
-
https://pydfs-lineup-optimizer.readthedocs.io/en/latest
is not available
-
I'm trying to limit the FLEX position to not include TE's.
I believe I would do it with :optimizer.set_players_with_same_position.
When I set it to optimizer.set_players_with_same_position({r'TE…
-
Got this error message from DK when try to enter generated NBA Classic lineups:
"Lineup needs to contain players spanning multiple games."
I checked and yes, all players were from two teams of the s…
-
I'm trying to use the `set_players_with_same_position` method to ensure 2 RBs are used, with:
```
optimizer.set_players_with_same_position({'RB': 2})
```
where:
```
optimizer = get_optimi…