Chris Bachmann

Results 26 comments of Chris Bachmann

I mean how do I get the optimizer to randomize a projection between my floor and ceiling. Will it do it automatically if I add the RandomFantasyPointStrategy?

I have the columns and numbers already

So if I am specifying my floors and ceilings I just add this?: optimizer.set_fantasy_points_strategy(RandomFantasyPointsStrategy()) I appreciate the help

@Denwen12 Thanks!

@Denwen12 so Im still having trouble with it. My understanding is that if I add optimizer.set_fantasy_points_strategy(RandomFantasyPointsStrategy()) along with the floor & ceiling categories to my csv, that the optimizer would...

![Screenshot 2023-01-09 170334](https://user-images.githubusercontent.com/89428871/211425798-42baf8d4-8863-4d41-8b63-ad078eef1aee.png)

Okay its supposed to be "Projection Ceil", not "Projection Ceiling" That fixed it

I dont mean 1 player from every team in 1 lineup. I just mean I would like to utilize all teams out of 150 lineups

@Dr-Two-Inch - is there an easy way to know which lineups have all players who's games have started? If I have a csv with 150 lineups generated all I can...

I wrote a script to remove all the rows from the csv if all players are locked. Takes like a second to run. Let me know if you guys are...