run.tournament: Runs a tournament with R repetitions of each matching and add...

Description Usage

Description

By setting backup.each.R to a number, say 10, a backup of the tournament will be created after each 10 repetitions

Usage

1
2
3
4
5
run.tournament(tourn, strat = tourn$strat, matchings = tourn$matchings,
  game = tourn$game, delta = game$delta, T = game$T, R = 5,
  LAPPLY = lapply, verbose = interactive() * 1, do.store = FALSE,
  matchings.fun = random.group.matchings,
  fixed.matchings = !is.null(matchings), weights = NULL, ...)

skranz/StratTourn documentation built on May 30, 2019, 2:02 a.m.