Open cash opened 6 years ago
If you wanted a simple set of discrete locations to be in, like 5 different discrete states, can this easily be implemented as a 2D grid with width = 5 and height = 1, for example? I'm thinking of a simulation that needs a small number of discrete states for agents to be in. Not sure "discrete states" merits its own implementation, or if we can just reuse the 2D grid.
It doesn't sound like a use case for a grid, but I'd need to hear more.
You can generate that with igraph lattice specifying xdim=1, ydim=5
Sent with BlackBerry Work (www.blackberry.com)
From: alexperrone notifications@github.com<mailto:notifications@github.com> Date: Wednesday, May 09, 2018, 2:39 PM To: ACI-ESP/dworp dworp@noreply.github.com<mailto:dworp@noreply.github.com> Cc: Subscribed subscribed@noreply.github.com<mailto:subscribed@noreply.github.com> Subject: Re: [ACI-ESP/dworp] What spatial spaces do we want to support directly with dworp? (#18)
If you wanted a simple set of discrete locations to be in, like 5 different discrete states, can this easily be implemented as a 2D grid with width = 5 and height = 1, for example? I'm thinking of a simulation that needs a small number of discrete states for agents to be in.
- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/ACI-ESP/dworp/issues/18#issuecomment-387835677, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGkSjUjGeWAN8CqHeKiGynt97fqK3UXEks5twzfRgaJpZM4T4zAl.
I'll give it a try with a 2D grid and see if it doesn't work. Happy to explain more in-person.
See #5
Different features: