mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-09 14:58:02 -05:00
25 lines
563 B
ReStructuredText
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::
|