Changes between Version 23 and Version 24 of doc/tec/mas


Ignore:
Timestamp:
Nov 19, 2018 4:50:43 PM (6 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/mas

    v23 v24  
    33With r3159 a Multi Agent System (MAS) has been added to PALM. It can be used to simulate the movement of pedestrians ('agents').\\
    44This documentation contains several sections:
    5  [wiki:doc/app/agtpar INPUT]:: List of all namelist parameters that can be used to steer the MAS\\\\
    6  [browser:palm/trunk/EXAMPLES/agents/ EXAMPLE SETUPS]:: Files to carry out example runs using the MAS\\\\
    7  [wiki:doc/tec/mas/agent_preprocessing VISIBILITY GRAPH]:: Description of the **manditory** preprocessing step and its usage\\\\
    8  [wiki:doc/tec/mas/agent_pathfinding A* - PATHFINDING]:: Description of the navigation mechanism used by agents to find their way through obstacles towards their target\\\\
    9  [wiki:doc/tec/mas/social_forces SOCIAL FORCES]:: Core of the MAS, governing the movement of agents and their collision avoidance\\\\
    10  [wiki:doc/tec/mas/output OUTPUT]:: Description of all output given by the MAS: files, messages and CPU measures\\\\
     5 INPUT:: List of all namelist parameters that can be used to steer the MAS\\\\
     6 EXAMPLE SETUPS:: Files to carry out example runs using the MAS\\\\
     7 VISIBILITY GRAPH:: Description of the **manditory** preprocessing step and its usage\\\\
     8 A* - PATHFINDING:: Description of the navigation mechanism used by agents to find their way through obstacles towards their target\\\\
     9 SOCIAL FORCES:: Core of the MAS, governing the movement of agents and their collision avoidance\\\\
     10 OUTPUT:: Description of all output given by the MAS: files, messages and CPU measures\\\\
    1111Click on any icon below to get to the respective part of the documentation.\\\\
    12 [[Image(button_input.png,120px,link=wiki:doc/app/agtpar)]]  
    13 [[Image(button_ex_setup.png,120px,link=browser:palm/trunk/EXAMPLES/agents/)]]  
    14 [[Image(button_prepro.png,120px,link=wiki:doc/tec/mas/agent_preprocessing)]]  
    15 [[Image(button_a_star.png,120px,link=wiki:doc/tec/mas/agent_pathfinding)]]    
    16 [[Image(button_social_force.png,120px,link=wiki:doc/tec/mas/social_forces)]]  
    17 [[Image(button_output.png,120px,link=wiki:doc/tec/mas/output)]]\\\\\\\\   
     12[[Image(button_input.png,120px,link=wiki:doc/app/agtpar)]]
     13[[Image(button_ex_setup.png,120px,link=browser:palm/trunk/EXAMPLES/agents/)]]
     14[[Image(button_prepro.png,120px,link=wiki:doc/tec/mas/agent_preprocessing)]]
     15[[Image(button_a_star.png,120px,link=wiki:doc/tec/mas/agent_pathfinding)]]
     16[[Image(button_social_force.png,120px,link=wiki:doc/tec/mas/social_forces)]]
     17[[Image(button_output.png,120px,link=wiki:doc/tec/mas/output)]]  \\\\\\\\   
    1818[[Image(pathfinding_berlin.gif,600)]]