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

What Pedestrian random walk in NetLogo (ch2.1) can do for you

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

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.
Language
  • NetLogo
Modelling
  • agent behaviour (self)
  • agent initialisation
Module type
  • Algorithm
Programming
  • Nondeterministic
  • Object-oriented
Subject
  • random walk
Keywords
No keywords available
License
</>Source code

Mentions

Contributors

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

Member of community

NASSA