Get started
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

See full list of documentation resources in documentation.
Inputs
| Name | Type | Description |
|---|---|---|
| (initial) xcor, ycor | float (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) | string | this 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
| Name | Type | Description |
|---|---|---|
| (current) xcor, ycor | float (absolute position) or integer (patch coordinate) | Current position of the agent (turtle) as x and y coordinates. |
Keywords
No keywords availableLicense
Language
NetLogo
Modelling
agent behaviour (self)
agent initialisation
Module type
Algorithm
Programming
Nondeterministic
Object-oriented
Subject
random walk
Mentions
Contributors
IR
Iza Romanowska
Author, Copyright Holder, Creator
CW
Colin D. Wren
Author, Copyright Holder
SC
Stefani A. Cabtree
Author, Copyright Holder
AA
Andreas Angourakis
Contributor