NetLogo
NetLogo copied to clipboard
turtles, patches, and links for kids, teachers, and scientists
wrote this back in 2006: > So I wrote that Von Neumann & Moore Example code example, but it seems > like something that ought to be built in to...
(an old proposal of mine from 2007) We've long talked about NetLogo needing better tools for debugging. In 4.0, we took a step forward on that by making the speed...
When updating to jmock 2.8.1+ I encountered the a [compilation error](https://github.com/EwoutH/NetLogo/runs/4163797965?check_suite_focus=true#step:6:240). ``` Error: /home/runner/work/NetLogo/NetLogo/netlogo-gui/src/test/util/MockSuite.scala:184:42: value returnValue is not a member of object org.jmock.Expectations Error: def returnValue[T](t:T) = Expectations.returnValue(t) Error: ^...
java.lang.ArrayIndexOutOfBoundsException: 13 at org.nlogo.agent.Turtle.realloc(Turtle.java:213) at org.nlogo.agent.Turtle.realloc(Turtle.java:183) at org.nlogo.agent.Realloc$.realloc(Realloc.scala:41) at org.nlogo.agent.CompilationManagement.realloc(CompilationManagement.scala:70) at org.nlogo.agent.CompilationManagement.realloc$(CompilationManagement.scala:69) at org.nlogo.agent.World2D.realloc(World.scala:138) at org.nlogo.window.CompilerManager.compileAll(CompilerManager.scala:180) at org.nlogo.window.CompilerManager.handle(CompilerManager.scala:137) at org.nlogo.window.Events$CompileAllEvent.beHandledBy(Events.java:185) at org.nlogo.window.Event.doRaise(Event.java:198) at org.nlogo.window.Event.raise(Event.java:122) at org.nlogo.app.codetab.CodeTab.compile(CodeTab.scala:158) at org.nlogo.app.codetab.CodeTab$CompileAction$.actionPerformed(CodeTab.scala:193) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)...
From a user report: The BehaviorSpace experiment window is not scrollable, so if you're using a smaller resolution screen or using a larger resolution screen with a high scaling factor,...
Please put the "Vary variables" interface in a separate tab, so that it is easier to see the specification when there are many model parameters. The rest of the experiment...
Problem: UI is too small (and without AA), including fonts and controls , and "zoom" menu doesn't work for menu bar, tabs and tools bar. Netlogo version : 6.0 Computer:...
in 2009, Bill Rand wrote: > right now I'm using NetLogo to > generate some output files and I would love to be able to embed > the random-seed somewhere...
Each background run gets a new, freshly initialized, independent world state, including fresh RNG state. But in foreground runs, the ones you see in the GUI, if you don't set...
I didn't see this reported as an issue/bug/enhancement in the list, but I may have missed something. Open NetLogo with a new model. Run the below command: ```netlogo clear-all ask...