Tutorials
The following are tutorials which guide you though all the features available for FLAME models.
The models can be downloaded here.
The models can be downloaded here.
Tutorial 1
An agent reads and writes to memory
- model_01.xml
- agent_a_functions.c
- 0.xml
Tutorial 2
An agent sends a message to another type of agent
- model_02.xml
- agent_a_functions.c
- agent_b_functions.c
- 0.xml
Tutorial 3
A model with environment constants and user defined data types
- model_03.xml
- agent_a_functions.c
- 0.xml
Tutorial 4
A model with time units and agent function conditions
- model_04.xml
- agent_a_functions.c
- 0.xml
Tutorial 5
An agent that uses a message input filter, sort, and randomisation
- model_05.xml
- agent_a_functions.c
- 0.xml
Tutorial 6
A model that includes sub models
- model_06.xml
- sub_model_depth_1a.xml
- sub_model_depth_1b.xml
- sub_model_depth_2.xml
- agent_a_functions_0.c
- agent_a_functions_1a.c
- agent_a_functions_1b.c
- agent_a_functions_2.c