I've been reading through the threads here on Behaviour Space and did find a cumbersome work-around to my question, but I figured I'd ask anyway in case...
7364
Arnaud Banos
arnaud.banos@...
Feb 1, 2008 1:35 pm
Dear all, I thought it would be quite straightforward to augment the floyd-warshall algo used in the "Small World" Community model, but I must admit it gets a...
The following is a list of models add to http://ccl.northwestern.edu/netlogo/models/community/ since july. Everyone is encouraged to submit their own models...
... Griffin> First, my model has three graphs, the original attendance Griffin> graph, and two added plots: a normalized happiness histogram Griffin> and...
... w> I've been reading through the threads here on Behaviour Space and w> did find a cumbersome work-around to my question, but I figured I'd w> ask anyway...
... I'm looking to have the output give the who of each turtle (number of turtles defined by user with a slider) in one column and two variables that...
... w> --- In netlogo-users@yahoogroups.com, Seth Tisue <seth@...> wrote: w> I'm looking to have the output give the who of each turtle (number w> of turtles...
Dude, My interest is poked. I can propmise you nothing, but Send me the info...If I have time, I might be able to look at it this weekend, make a barebones...
Hello everyone! I am currently working on a model where I want to use mouse gestures. I want to collect all the patches on which I have clicked. I looked up ...
... The simplest code for experimenting with drawing on the patches is: to go ;by observer, forever -- draw white on patches where mouse is dragged if...
NetLogo users, I'm having trouble using BehaviorSpace to do two things: automatically report the results of every plot for every single parameter combination...
I have written a number of mouse-driven models, many of which can be found on http://www.turtlezero.com. Another method of keeping track of patches that have...
7375
takaosasaki0514
takaosasaki0514@...
Feb 5, 2008 9:32 pm
Hi, The title may be confusing. What I want to do is that agents have memory that contains 100 variables. So, for example, an agent has 100 variables (e.g.,...
7376
jonmarwick
jonmarwick@...
Feb 5, 2008 9:32 pm
Hello guys, I don't know how to become a Recycler (breed person) into a NON-Recycler (breed person as well). Or, at least my code is not working properly. I...
7377
jonmarwick
jonmarwick@...
Feb 6, 2008 2:20 pm
Could anyone let me know why i'm having the following error text? error while person 51 running SET in procedure GO SET expected input to be a number but got...
Hi, Taka! What you are looking for is called a list. Look at these primitives in the proimitive dictionary: N-values Item Replace-item First Last But-first ...
try to use list... this is an example... turtles-own [ Qualities ; List of all quatilies (0,1,2,...,100,..q) ] ; somewhere ; ===================== to...
... not. ... This will give an agentset of the patches in random order, and all patches in the world have to be tested. I don't know exactly how Apo was going...
... It looks like the following statement is the likely culprit (of which there are two instances): set Ntime Ntime = 0 "Ntime = 0" is a Boolean value (true or...
Yes, you can edit the world Best regards. ... ZHANG Bing Ph.D. candidate Center of Environmental Management and Policy School of Environment, Nanjing...
Hi! That's not currently possible. There are some techniques for emulating different world sizes, making the model world-size independent, or using only part...
... as ... There is not a way to change the world dimensions in a model, but you can change them in Behavior Space. From the Programming Manual/Behavior Space:...
... In NetLogo 4.0 there is a Link Shapes Editor on the Tools menu. There is a short section in the Programming Guide about it. (If you are on a Mac and using...
Hi! NetLogo 4 and up let you modify the link shape, somewhat, in a strictly limited way NetLogo 3.1.x. let's you moodify link shape essentially like turtle ...
7391
manurbana1
manurbana1@...
Feb 10, 2008 10:49 pm
Hi, I am new to this so I have a basic question. How can I create an environment with a few types of patches (red, green, yellow for example) and have one of...
Hello I am an undergraduate student, and I'm building my graduation project with NetLogo. It will be something along the lines of the Organic Builder by Tim...