Search the web
Sign In
New User? Sign Up
netlogo-educators

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

  Messages Help
Advanced
Messages 69 - 98 of 139   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
69 lynnx2008 Offline Send Email Feb 2, 2008
6:38 pm
Hi, I am a newcomer. I am trying to teach my kids speciation by asking them to build a relevant model. I wonder if any of you used to build a model of...
70 Gary An
docgca Offline Send Email
Feb 4, 2008
2:32 pm
Hi Lynn, You can take a look in the Models LIbrary: Biology -> Evolution -> Genetic Drift for some good examples. The Echo model under Evolution is also a...
71 Michael Novak
michaelnovak22 Offline Send Email
Feb 4, 2008
2:32 pm
Hi Lynn, There are a number of evolution models in the current NetLogo release in the NetLogo models library (under the Curricular models folder, in BEAGLE ...
72 ifhodhod Offline Send Email Feb 27, 2008
10:38 pm
hello, i am a newer in netlogo can you give me the manual guide for netlogo in french language.thank you....
73 Andres Quevedo
andresquevedo Offline Send Email
Jun 8, 2008
12:04 am
Hi everybody, I'm a teacher of Artificial Intelligence at a University in South America. Since the subject was becoming too theoretical I've decided to include...
74 Daniel Ajoy
daniel_ajoy Offline Send Email
Jun 19, 2008
3:42 pm
... Hola Andres, Los trabajos de Murray-Lasso como: SOBRE LA APLICABILIDAD DE LOGO EN EL DESARROLLO DE MATERIALES EDUCATIVOS CON INTELIGENCIA ARTIFICIAL ...
75 fcylon Offline Send Email Jan 19, 2009
3:34 pm
Hi dear, how r you doing. Im a new netlogo user. Can you please let me know would it be possible to implement grid-computing environment using this model. Bye...
76 fcylon Offline Send Email Jan 26, 2009
2:02 pm
Is there anyone to give a feedback in front of this 1. How can i create different parameter for an agent as well as assign value into them 2. Could I create a...
77 James Steiner
netlogo@... Send Email
Feb 2, 2009
9:05 pm
Hi! You can code loops, though explicit loops like FOR-loops in other languages are rare in NetLogo--there are often other, more useful, ways to iterate. ...
78 Seth Tisue
sethtisue Offline Send Email
Feb 2, 2009
9:05 pm
... fcylon> 1. How can i create different parameter for an agent as well as fcylon> assign value into them If I understand your question correctly, almost...
79 fcylon Offline Send Email Feb 24, 2009
3:12 am
How could I let a agent wait for a while (e.g. 5 seconds) before executing a command on that agent. Bye, Aminul....
80 James Steiner
netlogo@... Send Email
Mar 2, 2009
12:11 pm
Sometimes, you can get away with just using the WAIT command. But those times are rare, since when a turtle is WAITing, nothing else happens. Really, the only...
81 Muaz Niazi
muaz_niazi Offline Send Email
Mar 2, 2009
12:11 pm
Hi, You could use e.g. something of this type. Please read the documentation of every for details: to go . . . every 5 [ fd 1 ] end Warm regards, Muaz Niazi ...
82 fcylon Offline Send Email Mar 2, 2009
12:11 pm
Is there any command in Netlogo like "sleep" in java program. Just wait for some time before executing a command. I really looking forward to hearing from you....
83 activist_02 Offline Send Email Mar 9, 2009
3:59 pm
Hi,all I have a question about NetLogo. I want a random 0-1 n*n matrix every tick. If i run 50 times, there will be 50 matrices. Here is a 5*5 sample: 01101 ...
84 Sheikh Haque
fcylon Offline Send Email
Mar 9, 2009
3:59 pm
Dear Niazi, thanks for your reply. the wait/every command is interesting. But while one agent is waiting, i could not execute any other command to other...
85 fcylon Offline Send Email Mar 9, 2009
3:59 pm
Thanks for your reply. The wait/every command is interesting. But while one agent is waiting, i could not execute any other command to other agents. Actually,...
86 Jim Lyons
jimlyons37 Offline Send Email
Mar 16, 2009
1:51 pm
... If you represent that array as a list of rows, each row a list of values, then yes. (NetLogo doesn't have 2-dimensional arrays.) to-report...
87 James Steiner
netlogo@... Send Email
Mar 16, 2009
1:53 pm
In this case, you simply need to add a flag to the agents, so they know to wait until that flag becomes false, or a count down, so they know how many ticks to...
88 James Steiner
netlogo@... Send Email
Mar 16, 2009
1:54 pm
Hi! Sure. N-VALUES and RANDOM will do the trick. let matrix n-values 5 [ n-values 5 [ random 2 ] ] ~~James...
89 Muaz Niazi
muaz_niazi Offline Send Email
Mar 16, 2009
1:55 pm
Hi, Well, I think as long as the button calling the code is a forever button, some one else can confirm but turtles should work concurrently. Here is a...
90 fcylon Offline Send Email Mar 16, 2009
2:09 pm
Hi, (foreach list (turtle 1) (turtle 2) [3 4] [ ask ?1 [ fd ?2 ] ]) It is ok, but, (foreach list (turtle 1) (turtle 2) (turtle 3) ..... [3 4 7......] [ ask ?1...
91 Seth Tisue
sethtisue Offline Send Email
Mar 16, 2009
2:10 pm
... activist> Hi,all I have a question about NetLogo. I want a random 0-1 activist> n*n matrix every tick. If i run 50 times, there will be 50 activist>...
92 James Steiner
netlogo@... Send Email
Mar 16, 2009
9:44 pm
To make a list using the LIST reporter with more than 2 items (or less than 2 items), put parenthesis around the entire LIST command. This is just like what...
93 dawitmen Online Now Send Email Apr 6, 2009
2:51 pm
Greetings: I have been experimenting with the NetLogo simulaiton models. I want to execute a long running simulation in PAUSE and RESUME mode. Is it possible...
94 s_railsback Offline Send Email Apr 13, 2009
12:23 pm
... (Your message would better have been sent to the NetLogo-users group.) See the primitives "export-world" and "import-world". S. Railsback...
95 Tom Johnson
jtjohnson555 Offline Send Email
Apr 20, 2009
2:55 pm
All: Last fall, the Institute for Analytic Journalism organized a widely distributed team of bi-lingual speakers to translate Prof. Michael Gizzi's fine...
96 Nick
nickbenn Offline Send Email
May 5, 2009
12:36 pm
Just a quick point, which might be of interest to some members of the group: In the just completed 2008-2009 New Mexico Supercomputing Challenge ...
97 activist_02 Offline Send Email Jun 8, 2009
2:33 pm
... THX, James I have another preoblem about list. How can i know the permutation of the list? For example for this 0-1 list [01101101101110......] how to...
98 iainweaver192 Offline Send Email Aug 20, 2009
3:01 pm
Hello. I'm a 4th year physicist at the University of Leicester and very happy to see such enthusiasm for agent modelling! I started using NetLogo about a week...
Messages 69 - 98 of 139   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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