Run multiple simulations
1 2 3 4 5 6 7 8 9 | run_simulations(
nsim,
n,
agents = list(make_standard_agent()),
insert.dt = data.table(x = 0, W = 0),
seed = 1,
verbose = .verbose$NONE,
...
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.