run.stage2.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.stage2.tournament(tourn, strat = tourn$strat,
    answers = tourn$answers, game = tourn$game,
    delta = tourn$delta, R = 1, LAPPLY = lapply,
    T.min = ceiling(log(0.01)/log(delta)),
    verbose = interactive(), do.store = FALSE)

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