Module sim_rust::functions[][src]

Expand description

This module will hold all the main functions that should be called. The specific order is recommended but some functions depend on the build up or tear down of others.

The following order order of operations is recommended: /* 1. generate_env<Environment, Agent>(pop_size) 2. tick() (or tick_collect) 3. collect() */

Functions