Changes between Version 7 and Version 8 of doc/app/agent_parameters


Ignore:
Timestamp:
Jul 26, 2018 12:29:33 PM (6 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/agent_parameters

    v7 v8  
    271271{{{#!td
    272272Distance (in m) at which an intermittent target counts as reached.\\\\
    273 Each agent in an agent group navigates toward that groups target ([#at_x at_x]/[#at_y at_y]). To do this a preprocessed navigation mesh (visibility graph) is searched via the A*-algorithm for the most efficient path toward the target. The agent successively navigates toward a number of intermittent targets along the calculated path, each such target providing the direction of the driving force until it is reached. Each intermittent target counts as reached as soon as the distance between it and the current agent position is smaller than '''dist_to_int_target'''. Then, the next intermittent target along the path is chosen.
     273Each agent in an agent group navigates toward that groups target ([#at_x at_x]/[#at_y at_y]). To do this a preprocessed navigation mesh (visibility graph) is searched via the A*-algorithm for the most efficient path toward the target. The agent successively navigates toward a number of intermittent targets along the calculated path, each such target providing the direction of the driving force until it is reached. Each intermittent target counts as reached as soon as the distance between it and the current agent position is smaller than '''dist_to_int_target'''. Then, the next intermittent target along the path is chosen.\\\\
     274NOTE: This parameter should be chosen in a way that insures that the next intermittent target is visible to the agent once the current one is reached. If not, agents could get stuck at obstacle corners.
    274275}}}
    275276|----------------
     
    278279}}}
    279280{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
     281R
     282}}}
     283{{{#!td style="vertical-align:top; text-align:left;style="width: 75px"
     2840.02
     285}}}
     286{{{#!td
     287Agent timestep (in seconds).\\\\
     288The MAS performs a number of subtimesteps usually much smaller than the model timestep until all agents have reached the model timestep. The value of this parameter should not exceed 0.02 s, as above that, the agents' local interaction will become unstable.
     289}}}
     290|----------------
     291{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     292[=#dt_arel '''dt_arel''']
     293}}}
     294{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
     295R
     296}}}
     297{{{#!td style="vertical-align:top; text-align:left;style="width: 75px"
     2989999999.9
     299}}}
     300{{{#!td
     301Interval in which agents are released at their respective sources (in s).\\\\
     302Every dt_arel seconds, agents are released at their sources as defined by [#asl asl], [#asr asr], [#adx adx], [#ass ass], [#asn asn] and [#ady ady].
     303}}}
     304|----------------
     305{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     306[=#PARAMETER '''PARAMETER''']
     307}}}
     308{{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
    280309DATA TYPE
    281310}}}
     
    299328EXPLANATION
    300329}}}
    301 |----------------
    302 {{{#!td style="vertical-align:top; text-align:left;width: 150px"
    303 [=#PARAMETER '''PARAMETER''']
    304 }}}
    305 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
    306 DATA TYPE
    307 }}}
    308 {{{#!td style="vertical-align:top; text-align:left;style="width: 75px"
    309 DEFAULT VALUE
    310 }}}
    311 {{{#!td
    312 EXPLANATION
    313 }}}
    314 |----------------
    315 {{{#!td style="vertical-align:top; text-align:left;width: 150px"
    316 [=#PARAMETER '''PARAMETER''']
    317 }}}
    318 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px"
    319 DATA TYPE
    320 }}}
    321 {{{#!td style="vertical-align:top; text-align:left;style="width: 75px"
    322 DEFAULT VALUE
    323 }}}
    324 {{{#!td
    325 EXPLANATION
    326 }}}