-
Hi all,
When I run the _DiscreteEventScheduling_ example model that comes with the time extension, NetLogo gives me an unknown error. Some of the other example models work e.g. _TimeExample_ which …
-
As a default, the view is exported with the command
netlogo.command('export-view \"' + str(frame) + '.png\" ')
It would be good to have this as a default, but also have a parameter to export the w…
-
Hello,
dat.gui can already shows the value of a variable in real time, what about creating a curve of that value in real time?
In fact, there are people who got inspired by dat.gui here:
https:…
-
When you click a button that contains bad code (including prims that don't yet compile), they don't indicate that they're invalid, and they throw an error on use. Instead, they should be unclickable,…
-
The Behavior Space interface strips comments from the box used to set variable values for runs. These value specifications are code, and it would be helpful if comments were retained.
Example: I'm r…
-
So I have a friend who added new parameters to a model after defining some behaviorspace experiments and apparently forgot to add the parameters to the behaviorspace experiments. So when I ran... I me…
-
3D NetLogo has several _nowrap versions of reporters but several are missing. towards, distance, face, and probably others should exist.
I suspect nowrap versions would be useful in the 2D version. I…
-
Consider a model with the breed `ts`. The code `count turtles with [breed = ts]` will be quite fast while the code `count turtles with [breed = turtles]` will be slow by comparison. This only happens …
-
Currently, netlogo/RunHeadless.java calls the activity's startup procedure in order to fix this problem:
> When running the Disease model headlessly and try to connect, I get this error:
>
> MEMBER?…
-
#### This is the first comment in the issue associated with the following model publication:
### __Guimerà , R., Uzzi, B., Spiro, J., & Nunes Amaral, L.A. (2005). Team assembly mechanisms determine…