Get started
A collection of methods for random walk in NetLogo, including various movement restrictions, biases, and algorithm alternatives.
A collection of methods for random walk in NetLogo, including various movement restrictions, biases, and algorithm alternatives.
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. |
Name | Type | Description |
---|---|---|
(current) xcor, ycor | float (absolute position) or integer (patch coordinate) | Current position of the agent (turtle) as x and y coordinates. |