... It depends on what you want them for, but I guess the most straightforward way is to use lists. Use a list of values for a 1-dimensional array, a list of...
thanks, it is very good idea. kazi __________________________________________________________________ Try AOL and get 1045 hours FREE for 45 days! ...
KazmerKaradi@...
Apr 2, 2003 1:51 pm
478
Hi all, Just thought I'd ask a couple of questions as your help has been invaluable in the past (these are silly points, but I am curious to see if I am right...
Lee, Paul X
paul.x.lee@...
Apr 3, 2003 3:11 pm
479
Hi all (again!) Is there a fast way to loop through a list of values to see how many times a certain number recurs? I have the following construct: set...
Lee, Paul X
paul.x.lee@...
Apr 3, 2003 3:12 pm
480
["Lee, Paul X" <paul.x.lee@...>] ... As far as I can tell, your loop will never terminate, which is probably why your model seems to freeze. Try...
Matt Hellige
mmh@...
Apr 3, 2003 6:46 pm
481
... Paul> Is it possible to employ OO techniques within the NetLogo world? Paul> I know you can define breeds of turtles, which are "similar" to Paul> class...
I asked a similar question a while back about modularity: To: netlogo-users@yahoogroups.com Subject: Modules I realize NetLogo does not have modules per-se,...
Owen Densmore
owen@...
Apr 3, 2003 8:27 pm
483
[Paul asked about threads, Seth gave some good answers] Also, for some kinds of "simultaneously" you *could* put each part into separate forever buttons. Not...
Steiner, James
james.steiner@...
Apr 3, 2003 10:57 pm
484
[ RE: Paul's Questions about faster looping and searching lists] Here's some more ideas to speed up list searches and loops... 1. As was mentioned, your sample...
Steiner, James
james.steiner@...
Apr 3, 2003 10:57 pm
485
... LacazeS> Hi ! I have to import data extracted from a real maritime LacazeS> map. But it sizes 512 x 512 so I can't use Excel To import it LacazeS> becase...
... Adam> How do you get the behavoiur space function to plot data for more Adam> than one turtle and more than one patch type at a time while Adam> conducting...
... KazmerKaradi> Hello Everybody! Can somebody help me? How can I define KazmerKaradi> arrays in Netlogo? Thanks! To add to the helpful responses already...
Dear All, Many thanks for your help with my recent questions. They are very much appreciated. I shall have to buy you a beer - if ever we meet up ;-) Anyhow,...
Lee, Paul X
paul.x.lee@...
Apr 8, 2003 3:28 pm
489
... [snip] ... If you mean "clone a turtle that is of a particular breed, then kill the original turtle" then I think what you want is hatch. But, I have to...
Steiner, James
james.steiner@...
Apr 8, 2003 8:15 pm
490
Thanks for that! I haven't tried it yet, but to answer one question, viz. ... Its tricky to explain, but it involves a tasking-and-replenishment problem. Your...
Lee, Paul X
paul.x.lee@...
Apr 9, 2003 2:53 pm
491
Greetings: It gives me great pleasure to announce that the Mesa State College Advanced Learning Center and the Center for Connected Learning are co-sponsoring...
Michael Gizzi
mgizzi@...
Apr 10, 2003 4:40 am
492
I'm trying to extend the Wolf/Sheep/Grass model by adding rabbits. (Actually, I'm trying to develop 6-8 days of instruction for 7th graders, but that's another...
It looks like you haven't initialized the "grabbed?" variable for the rabbits. If a variable isn't explicitly initialized, it gets a default value of 0.0...
Hi all, Talking about "import world", I am having some difficulty with an error message box. The data does load in correctly, but you have to click "OK" on...
Lee, Paul X
paul.x.lee@...
Apr 11, 2003 2:49 pm
495
The summer workshop will be fun and educational, but I have a problem that I would appreciate instruction on, now if possible. I have a student who would like...
BJBaker94@...
Apr 11, 2003 2:49 pm
496
In a message dated 4/10/03 5:36:40 PM Mountain Daylight Time, pfaffman@... writes: << http://aaalab.stanford.edu/~pfaffman/tmp/brokenrabbits.nlogo > In...
BJBaker94@...
Apr 11, 2003 2:49 pm
497
Boyce- Seth talks a little about this in http://groups.yahoo.com/group/netlogo-users/message/485. Basically, a file that NetLogo can import is a comma...
Matt Goto
m-siarny@...
Apr 11, 2003 4:34 pm
498
I have just uploaded a new model to the NetLogo User Community Models page - http://ccl.northwestern.edu/netlogo/models/community/ Hopefully it should be...
Last week, I announced the inaugural 2003 Summer Workshop on "Exploring Emergence through Computer-Based Modeling with NetLogo." While the response so far has...
Michael Gizzi
mgizzi@...
Apr 15, 2003 6:43 pm
500
Joerg> Dear all, Does anybody know of a Netlogo model simulating the Joerg> Zhabotinsky reaction? Thank you for your help. Joerg Hagmann. I made one today....
... Java 1.3+ (Java2) seems to do garbage collection all the time in the background and behaves much better in such things than Java 1.1.x Maybe NetLogo's...
George Birbilis
birbilis@...
Apr 19, 2003 5:06 pm
502
Hi All I'm still trying to learn the in's and out's of importing worlds. I took previous advice and exported a world from a working model. I then tried to...
boyce_baker
BJBaker94@...
Apr 22, 2003 5:12 pm
503
... Boyce- That sounds like a bug in NetLogo. I'll contact you off-list to troubleshoot this with you and find out exactly what's going on. Have a great day ...
Matt Goto
m-siarny@...
Apr 22, 2003 7:20 pm
504
I am working on a project for my Game Theory class. I am trying to use the netlogo program to show what would happen to America if the Japanese culture took...
mojo_419
mojo_419@...
Apr 23, 2003 7:02 pm
505
The idea that different cultures have different concepts of what is "late", and the study of what happens when these cultures meet is interesting. For example,...