Run simulation with specified agents
1 2 3 4 5 6 7 | run_simulation(
n,
agents,
agent.order = rep(seq_along(agents), length.out = n),
verbose = .verbose$NONE,
...
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.