Function Reference

🚁 The Helipad class

The main model object used to build, run, and interface with a model.

πŸ€Ήβ€β™‚οΈ The agent and baseAgent classes

The agents who interact in a model.

Built-In Primitives

  • 🏘 MultiLevel β€” A special primitive which is also itself a full model
  • 🟦 Patch β€” Forms the grid on which other agents move in a spatial model

πŸ—„ The data class

Collects and exports model data as it runs

πŸ—‚ Containers and Model Parts

The ingredients of a model, and the objects that contain them

  • πŸ’ Agents / Primitive β€” Create different basic agent roles
  • πŸ• Breeds / Breed β€” Create multiple agent types
  • 🧺 Goods / Good β€” Things that agents can possess and trade
  • 🎚 Params / Param β€” Settings that can be adjusted from the control panel
  • ⚑️ Shocks / Shock β€” Automatically shock parameters
  • 🎟 Events / Event β€” Record when a model reaches a certain condition
  • βš“οΈ Hooks β€” Insert your code into the model runtime
  • funcStore β€” A generic container class

πŸ•Έ The Edges and Edge classes

Connect agents to each other.

πŸŽ› The Cpanel class

The Tkinter or Jupyer GUI for adjusting parameters before running the model.

Methods

πŸ“ˆ Visualization

Display data live as the model runs.

πŸŽ’ Miscellaneous