run_simulation: Run simulation with specified agents

Description Usage Arguments

View source: R/entry-game.R

Description

Run simulation with specified agents

Usage

1
2
3
4
5
6
7
run_simulation(
  n,
  agents,
  agent.order = rep(seq_along(agents), length.out = n),
  verbose = .verbose$NONE,
  ...
)

Arguments

n

number of entries into the market (simulation iterations)

agents

list of agent types in the market

agent.order

agent entry order into the market

verbose

verbosity

...

additional arguments to agents


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