build_singlegame_model: Build Single Game / Showdown / Captain model

View source: R/base-model.R

build_singlegame_modelR Documentation

Build Single Game / Showdown / Captain model

Description

Build Single Game / Showdown / Captain model

Usage

build_singlegame_model(
  size,
  team_vector,
  position_vector,
  pts,
  config,
  maximize = TRUE
)

Arguments

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)


anthonyshook/dfsOptimizer documentation built on Jan. 4, 2023, 11:36 a.m.