run_simulations_future: Run multiple simulations (future)

Description Usage Arguments

View source: R/entry-game.R

Description

Run multiple simulations (future)

Usage

1
2
3
4
5
6
7
8
9
run_simulations_future(
  nsim,
  n,
  agents = list(make_standard_agent()),
  insert.dt = data.table(x = 0, W = 0),
  seed = 1,
  verbose = .verbose$NONE,
  ...
)

Arguments

nsim

number of markets to simulation

n

number of entries into each market (simulation iterations)

insert.dt

list of initial positions to insert

seed

control random seed

verbose

verbosity

...

additional arguments for agent types

agent.fs

list of functions to create agent types


balachia/pcPack documentation built on Dec. 19, 2021, 6:40 a.m.