DimaKudosh / pydfs-lineup-optimizer

Daily Fantasy Sports lineup optimzer for all popular daily fantasy sports sites
MIT License
424 stars 157 forks source link

Stacking Question #436

Open Milkman9691 opened 3 weeks ago

Milkman9691 commented 3 weeks ago

Can we get an argument for this "optimizer.add_stack(PositionsStack(['QB', ('WR', 'TE')]))" as a TeamStack or is there already one?

Wanting to use it as such "optimizer.add_stack(TeamStack(3, for_positions=['QB', ('WR', 'TE')]))"

instead of as

"optimizer.add_stack(TeamStack(3, for_positions=['QB', 'WR', 'TE']))"