Since you don't say how the turtles are selected, I'm going to assume the existence of a patch variable "gang" that contains the agentset of turtles in...
13267
Seth Tisue
sethtisue
Nov 1, 2011 2:46 pm
... Daniel> Hello, I try to start Netlogo but the computer gives me this Daniel> message: Daniel> "The JVM could not be started. Tha main method may have...
13268
Daniel Castillo Brieva
glorines99
Nov 1, 2011 4:50 pm
ok, I only could think in checking Java installation. thank you daniel 2011/11/1 Seth Tisue <seth@...> ... -- Daniel Castillo Brieva ...
13269
llllllco
Nov 2, 2011 11:52 pm
Hello. I am new to netlogo and having trouble understanding how to move a turtle randomly to a store1 or store2 patch. Essentially when I ask my turtles to...
13271
harvey19_75
Nov 4, 2011 1:03 pm
Hi, I have plants pick farmer agents within (closest-farmers) a procurement-area then after taking delivery from those farmers the plant looks outside ...
13272
MEENA
meenathilaga@...
Nov 5, 2011 12:36 pm
I got an extension for linear programming[Linear Programming Solver by Adam MacKenzie] from the netlogo community. The link s this...
13273
David O'Sullivan
d.osullivan@...
Nov 7, 2011 4:15 pm
Hi, seems to me that your not in-radius code would produce an error message, rather than a true-false. Anyway, going with this idea: ;One idea: set...
13274
loraine
lorainechan10@...
Nov 7, 2011 4:15 pm
i've created a 3d shape using blender and exported a shape file for netlogo. is there any way that i could edit the color of the shape since i need to make it...
13275
Uri Wilensky
uwilensk
Nov 7, 2011 4:41 pm
The Center for Connected Learning and Computer-Based Modeling at Northwestern University is pleased to announce the release of NetLogo 5.0RC4, available for...
13276
Seth Tisue
sethtisue
Nov 7, 2011 6:40 pm
... Uri> The following is a (partial) list of changes made since NetLogo Uri> 5.0RC3: Uri> - reporters may now be entered in the Command Center (the "show" ...
13277
Nils Ringe
nilsringe...
Nov 8, 2011 1:28 am
I set up a simple model of committee voting, where voters (turtles) have the option of voting yes (they move and end up on a green patch) or no (they move and...
13278
NikolaTrbojevic
nit2@...
Nov 8, 2011 5:24 pm
Hi everyone, Every time I try to import shapefile feature class (WGS 1984 Lambert Conformal Conic) I receive a message that it is not supported projection ...
13279
Seth Tisue
sethtisue
Nov 8, 2011 5:24 pm
From the Sandpile model I'm working on for Sample Models (based partly on David Weintrop's version, partly on Bob Tinker's): We can have a single setup...
13280
Eric Russell
russell734
Nov 8, 2011 7:00 pm
It could be that the projection identifier is not matching what the GIS Extension expects. What does your PRJ file look like? Eric...
13281
Seth Tisue
sethtisue
Nov 9, 2011 12:48 am
... Uri> Seth is working on developer documentation to help prospective Uri> contributors get started. It will include a list of projects that Uri> we'd love...
13282
shengkaiping
shengkaiping@...
Nov 9, 2011 4:38 pm
Hi,everyone.I'm working on a program about P2P . the question is :I want to creat a list to record the name(who) of link-neighbors , is there any method to...
13283
meisteryoda20
meisteryoda20@...
Nov 9, 2011 4:38 pm
Greetings, i have a little problem with Netlogo: 1. i have 2 different agents (airplanes) to move around the map 2. i have 2 different patches (airports)...
13284
Jim Lyons
jimlyons37
Nov 9, 2011 5:53 pm
... Hi! It is very close to what you wrote. ask turtles [ set list1 [who] of link-neighbors ] Hope this helps. Jim...
... Hi Mike, You need the one-of reporter to pick just one of the patches around the agent. It picks one at random. But another thing is, it would be better to...
13287
meisteryoda20
meisteryoda20@...
Nov 9, 2011 8:21 pm
Hi Jim, thanks for your reply. to give u an idea what i have done till now :) ;; planeas = planes from one airline; red = their own airport patch (patches are...
13288
kennuth1
Nov 9, 2011 9:55 pm
Hi-- a question about relative coordinates in Netlogo.. Hope someone can help, even brief advice on using relative coordinates of turtles in Netlogo (or the...
13289
reyman
rey.sebastien
Nov 10, 2011 1:33 am
... getVariableArraySize(Observer observer) doesn't exist in netlogo4. Do you know how i can get the globals with netlogo api 4 ? Thanks a lot, Best regards, ...
13290
reyman
rey.sebastien
Nov 10, 2011 1:33 am
... Finaly i find where is my problem ... i understand org.nlogo.api.World, and this is org.nlogo.agent.World...which contain the good method. Sorry for my...
13291
black_rose0855
black_rose0855@...
Nov 10, 2011 1:07 pm
Dear user; I am a new user of netlogo. currently I am developing a short program on student interaction in a classroom which contributes for knowledge...
13292
rey sebastien
rey.sebastien
Nov 10, 2011 1:08 pm
... I have some problem with your method "getVariablesArraySize(Observer observer)" I open the nlogo file, and i can get some globals after a setup with no ...
13293
Alan G Isaac
aisaac0
Nov 10, 2011 2:32 pm
... Do you mean an introduction to NetLogo? There are some very good new books. But here is a brief intro: ...
13294
harvey19_75
Nov 10, 2011 4:54 pm
Hi, I have plants pick farmer agents within (closest-farmers) a procurement-area then after taking delivery from those farmers the plant looks outside ...
13295
James Steiner
askturtlezero
Nov 10, 2011 7:39 pm
As was said, "sort [who] of link-neighbors" produces such a list. Store it in a -own variable, and you're all done. However, I (as usual) must mention that you...
13296
turtlemaniac5000
turtlemaniac...
Nov 10, 2011 7:39 pm
... Hi. Reading about NetLogo User Manual >>> Programming Guide >>> Topology might help. Neighborhoods Example and other mentioned examples in the Topology...