-
### The bug:
When I try to change the breed of a link w without any variables defined in breed-own, to a breed2 with a variable defined in breed2-own. I get the attached error message.
When the…
Wolgo updated
3 years ago
-
@backspaces I'm looking w/ my dad at https://github.com/backspaces/agentscript/blob/master/src/Patches.js#L301 :
```
const dv = p[v] * rate
const dvn = dv / n
const neigh…
-
This function is slow
```
r1
-
NetLogo is unable to supply you with more details about this error. Please report the problem
at https://github.com/NetLogo/NetLogo/issues, or to bugs@ccl.northwestern.edu, and paste the
content…
-
From official:
_Hi Finn, so it is a problem due to netlogo versions. This was right around the time that we implemented a major change in the NetLogo model file format._
_You should download NetLo…
-
Hi all,
I wonder the rationale behind the current implementation of STOP in NetLogo - if we are throwing, catching, and returning StopInterrupts, why should we do throwing and catching after all? I…
-
This is an essential requirement, especially for simulation, to describe the common methods of Sims while allowing fine-granularity control for different "breeds" (as defined in NetLogo sense). Howeve…
-
Hello,
I have the issue with running NetLogo 3D 6.1.1
with usual run, it just start loading and give this:
```
$ ./NetLogo3D
NetLogo3D Error invoking method.
NetLogo3D Failed to launch JVM
```
…
-
It would be useful to have an API dealing with inputs and outputs rather than with raw commands. Something like this:
```python
class Model:
def __init__(self, path, inputs, outputs, **kwargs…
Vayel updated
3 years ago
-
At the moment, we use a non-standard scheduler for Wolf Sheep (compared to the Mesa standard library). Need to verify if this is appropriate / fair etc.