Austin

Results 5 issues of Austin

How can I do a game stack with the specified stack 3:1? The game stack rule only allows a 3:2, etc... Is there a way to do a game stack...

Would it be possible to add a constraint to plug in a certain number of players that are below the ownership requirement? For example let's say I want three players...

Is there a way to get a breakdown from lineups generated for example if I were to generate 10,000 lineups for a given slate is there a way I can...

Is there a way to group teams like player groups? For example, we can use `PlayersGroup(optimizer.player_pool.get_players('Corbin Burnes', 'Tony Gonsolin'))` like this, but I would like to be able to do...

I am using GameStack and TeamStack together. I aim to create a 5-3 stack from the same game. Here is my code: ``` from pydfs_lineup_optimizer import Site, Sport, get_optimizer, TeamStack...