arrays#
Define array-handling classes, including agent states
Classes
An object that acts exactly like a NumPy array, except stores the values in self.values. |
|
Store a state of the agents (e.g. age, infection status, etc.) as an array. |
|
Subclass of Arr with defaults for floats and ints. |
|
Subclass of Arr with defaults for booleans |
|
A boolean array being used as a state. |
|
A special class of Arr used for UIDs and RNG IDs; not to be used as an integer array (for that, use FloatArr) |
|
Class to specify that integers should be interpreted as UIDs. |