Initialization

Initialization is the process of getting everything ready at the start of the model's simulation

Introduction

Describes everything required to setup the model at the very first time step. Example: assigning number of entities

Explanation

Initialization involves setting up the initial conditions for the entities, their attributes, and the environment. This includes giving initial values to state variables, placing agents in their starting positions, and establishing any necessary relationships or configurations. Proper initialization is crucial to ensure the model begins in a realistic state that aligns with the research goals.

Examples

In ITC Evacuation Model:

  • How many agents are created?
  • What is the location of these agents at the start of simulation?
  • How do agents get a preferred exit?
  • How do agents get a pre-evacuation time?
  • how agents are distributed accross space and network
  • space characteristic

Outgoing relations

  • Initialization is part of Details