lightninglarry

Results 89 comments of lightninglarry

@DimaKudosh have you tested showdown/single game rules, not having success trying to limit guys from groups max=1 type.

having the same issue. dont think this was happening last year with an older version.

Can you show us that part @norraist

> ``` > teams = stacks['Team'].tolist() > cap = {teams[i]: stacks['Percent'].tolist()[i] for i in range(len(stacks['Team'].tolist()))} #turn list of teams and percentages into dictionary > runs = sum(stacks['Entries']) #calculate total number...

@Denwen12 I still havent got it to work with both stacks working I can get the first call no issue.

@Denwen12 hit me up through email. We can collaborate what we have. [email protected]

10 different games to choose from.

anyone have insight on this? Ideal for late swapping

@Denwen12 How would you force a minimum of 1 of ANY player from MIL, AND UTA into every lineup in the example above? lineup 1 have Giannis and Mitchell lineup...

> You create player groups based on their player number. Lamar Jackson(19610274) (his CPT player number) & Colts(19610353) > > group = PlayersGroup(optimizer.player_pool.get_players('19610274', '19610353'), max_from_group=1) optimizer.add_players_group(group) > > Tested and...