How would you or do you go about choosing your team in a one week salary cap contest such as those held at fanduel.com or draftstreet.com?
I'm thinking you need to estimate each player's expected stats and then use these stats and the points per particular type of stat to get the estimated total points for each player. From here it reminds me of the 0-1 knapsack problem I've read about recently where you use dynamic optimization to solve it.
salary cap -> weight of the knapsack
cost of each player -> weight of each item
each player's expected points -> value of each item
?
I'm thinking you need to estimate each player's expected stats and then use these stats and the points per particular type of stat to get the estimated total points for each player. From here it reminds me of the 0-1 knapsack problem I've read about recently where you use dynamic optimization to solve it.
salary cap -> weight of the knapsack
cost of each player -> weight of each item
each player's expected points -> value of each item
?