-
Notifications
You must be signed in to change notification settings - Fork 7
Testing Simulations
Flavio Serrapica edited this page Jun 16, 2016
·
12 revisions
This testing section expones which techniques has been used for testing the simulation fairness. In particular, have been tested the following simulation aspects:
- Reproducibility: Each ABM simulator owns this feature. When we run a ABM with a specific configuration, its behaviour has to be the same every time we run the simulation using the same configurations.
- Missing Agents: Due which the simulation will be run in distributed environment, some agents can migrate from a LP to another, so if the communication layer has a fault some agents couldn't be scheduled and then get lost.