Pedestrian random walk in NetLogo (ch2.1)

A collection of methods for random walk in NetLogo, including various movement restrictions, biases, and algorithm alternatives.

1
mention
4
contributors

Description

Interface screenshot

See full list of documentation resources in documentation.

Inputs

NameTypeDescription
(initial) xcor, ycorfloat (absolute position) or integer (patch coordinate)initial position of the agent (turtle) as x and y coordinates.
walk (name tag of the method to select)stringthis input is an intermediate reference to the procedures that perform specific variations of random walk. Therefore, it can be bypassed as an input. Note - there are some values hard-coded inside each procedure that could be used as parameters or variable inputs.

Outputs

NameTypeDescription
(current) xcor, ycorfloat (absolute position) or integer (patch coordinate)Current position of the agent (turtle) as x and y coordinates.
Keywords
No keywords available
License
</>Source code

Mentions

Contributors

IR
Iza Romanowska
CW
Colin D. Wren
SC
Stefani A. Cabtree

Member of community

NASSA