Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

netlogo-users · NetLogo Users

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 7363 - 7392 of 16628   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Messages: Simplify | Expand Author Sort by Date ^
7363 w.ccarleton
w.ccarleton@... Send Email
Feb 1, 2008
1:35 pm
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@... Send Email
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...
7365 Esther Verreau
estherverreau Send Email
Feb 1, 2008
5:44 pm
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...
7366 Seth Tisue
sethtisue Send Email
Feb 1, 2008
5:44 pm
... Griffin> First, my model has three graphs, the original attendance Griffin> graph, and two added plots: a normalized happiness histogram Griffin> and...
7367 Seth Tisue
sethtisue Send Email
Feb 1, 2008
5:44 pm
... 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...
7368 w.ccarleton Send Email Feb 1, 2008
6:45 pm
... 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...
7369 Seth Tisue
sethtisue Send Email
Feb 1, 2008
6:52 pm
... 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...
7370 James Steiner
askturtlezero Send Email
Feb 2, 2008
3:47 pm
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...
7371 Apostol Bakalov
apogza Send Email
Feb 3, 2008
3:23 pm
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 ...
7372 Jim Lyons
jimlyons37 Send Email
Feb 3, 2008
11:41 pm
... 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...
7373 Griffin V. Drutchas
gvdrutchas Send Email
Feb 4, 2008
2:45 pm
NetLogo users, I'm having trouble using BehaviorSpace to do two things: automatically report the results of every plot for every single parameter combination...
7374 James Steiner
askturtlezero Send Email
Feb 4, 2008
7:06 pm
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@... Send Email
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@... Send Email
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@... Send Email
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...
7378 James Steiner
askturtlezero Send Email
Feb 6, 2008
2:20 pm
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 ...
7379 -AbC
abdi__ Send Email
Feb 6, 2008
2:20 pm
try to use list... this is an example... turtles-own [ Qualities ; List of all quatilies (0,1,2,...,100,..q) ] ; somewhere ; ===================== to...
7380 Jim Lyons
jimlyons37 Send Email
Feb 6, 2008
2:20 pm
... 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...
7381 ivanfilippenko Send Email Feb 6, 2008
5:03 pm
... 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...
7382 enrique costa montene...
enriquecosta... Send Email
Feb 7, 2008
2:40 pm
Hello I´m using NetLogo v4.02. I would like to know if there is a way to change the size of the world in the procedures, specifically in the setup....
7383 takaosasaki0514
takaosasaki0514@... Send Email
Feb 7, 2008
2:40 pm
Thanks a lot! It helped me a lot! It is a very useful commend for the future too. --Taka...
7384 takaosasaki0514
takaosasaki0514@... Send Email
Feb 7, 2008
2:40 pm
Hi James, Thank you very, very much for your help. Yes, now I have finished my model! Great feeling. Thanks a million, --Taka...
7385 zhangbing
nj_zbing Send Email
Feb 8, 2008
3:22 pm
Yes, you can edit the world Best regards. ... ZHANG Bing Ph.D. candidate Center of Environmental Management and Policy School of Environment, Nanjing...
7386 James Steiner
askturtlezero Send Email
Feb 9, 2008
5:20 am
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...
7387 Jim Lyons
jimlyons37 Send Email
Feb 9, 2008
3:30 pm
... 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:...
7388 Apostol Bakalov
apogza Send Email
Feb 9, 2008
3:30 pm
Hi, everyone! I was wondering whether there is a way to customize the shapes of the arrows of directed links. Best, Apo...
7389 Jim Lyons
jimlyons37 Send Email
Feb 9, 2008
11:22 pm
... 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...
7390 James Steiner
askturtlezero Send Email
Feb 10, 2008
6:00 am
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@... Send Email
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...
7392 sergiopernas Send Email Feb 11, 2008
1:18 pm
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...
Messages 7363 - 7392 of 16628   Oldest  |  < Older  |  Newer >  |  Newest Start Topic
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help