build_singlegame_model | R Documentation |
Build Single Game / Showdown / Captain model
build_singlegame_model( size, team_vector, position_vector, pts, config, maximize = TRUE )
size |
number of players |
team_vector |
vector of teams |
position_vector |
vector of positions |
pts |
vector of length 'size' containing points to use in objective function |
config |
Configuration object from the optimizer |
maximize |
Whether to maximize the objective (if FALSE, the objective is minimized) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.