Version 26 (modified by wagner, 4 years ago) (diff) |
---|
Multi Agent System (MAS)
With r3159 a Multi Agent System (MAS) has been added to PALM. It can be used to simulate the movement of pedestrians ('agents').
This documentation contains several sections:
- INPUT
- List of all namelist parameters that can be used to steer the MAS
- EXAMPLE SETUPS
- Files to carry out example runs using the MAS
- VISIBILITY GRAPH
- Description of the manditory preprocessing step and its usage
- A* - PATHFINDING
- Description of the navigation mechanism used by agents to find their way through obstacles towards their target
- SOCIAL FORCES
- Core of the MAS, governing the movement of agents and their collision avoidance
- OUTPUT
- Description of all output given by the MAS: files, messages and CPU measures
- CODE STRUCTURE
- Description of the technical implementation of the MAS into PALM
Attachments (11)
- pathfinding_berlin.gif (6.1 MB) - added by sward 6 years ago.
-
color_scheme.png
(10.0 KB) -
added by sward 6 years ago.
Color scheme for the buttons
-
lm_mono_caps_10_font.zip
(41.5 KB) -
added by sward 6 years ago.
Caps font for buttons
- button_template.pptx (64.4 KB) - added by sward 6 years ago.
- button_a_star.png (50.0 KB) - added by sward 6 years ago.
- button_code_structure.png (63.9 KB) - added by sward 6 years ago.
- button_ex_setup.png (54.5 KB) - added by sward 6 years ago.
- button_input.png (52.8 KB) - added by sward 6 years ago.
- button_output.png (63.1 KB) - added by sward 6 years ago.
- button_prepro.png (64.9 KB) - added by sward 6 years ago.
- button_social_force.png (76.3 KB) - added by sward 6 years ago.