Files
kami/docs/examples/starter.rst
2023-01-21 21:50:01 -05:00

25 lines
563 B
ReStructuredText

starter
=======
This example provides a starter scaffold for beginning a new
agent-based model (ABM). The agents and models perform no real
functions in the starter and is likely to be the most minimum
functioning model.
.. list-table::
:widths: 30 70
:header-rows: 1
* - Option
- Description
* - -c *agent_count*
- Set the number of agents
* - -l *log_level_option*
- Set the logging level
* - -n *max_steps*
- Set the number of steps to run the model
* - -s *initial_seed*
- Set the initial seed
.. toctree::