Changes between Version 7 and Version 8 of doc/app/agent_parameters
- Timestamp:
- Jul 26, 2018 12:29:33 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/agent_parameters
v7 v8 271 271 {{{#!td 272 272 Distance (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. 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.\\\\ 274 NOTE: 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. 274 275 }}} 275 276 |---------------- … … 278 279 }}} 279 280 {{{#!td style="vertical-align:top; text-align:left;style="width: 50px" 281 R 282 }}} 283 {{{#!td style="vertical-align:top; text-align:left;style="width: 75px" 284 0.02 285 }}} 286 {{{#!td 287 Agent timestep (in seconds).\\\\ 288 The 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" 295 R 296 }}} 297 {{{#!td style="vertical-align:top; text-align:left;style="width: 75px" 298 9999999.9 299 }}} 300 {{{#!td 301 Interval in which agents are released at their respective sources (in s).\\\\ 302 Every 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" 280 309 DATA TYPE 281 310 }}} … … 299 328 EXPLANATION 300 329 }}} 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 TYPE307 }}}308 {{{#!td style="vertical-align:top; text-align:left;style="width: 75px"309 DEFAULT VALUE310 }}}311 {{{#!td312 EXPLANATION313 }}}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 TYPE320 }}}321 {{{#!td style="vertical-align:top; text-align:left;style="width: 75px"322 DEFAULT VALUE323 }}}324 {{{#!td325 EXPLANATION326 }}}