Search the web
Sign In
New User? Sign Up
netlogo-users · NetLogo Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 476 - 505 of 9893   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
476
... 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...
Torbjörn Söderb...
tsgyg
Offline Send Email
Apr 1, 2003
3:16 pm
477
thanks, it is very good idea. kazi __________________________________________________________________ Try AOL and get 1045 hours FREE for 45 days! ...
KazmerKaradi@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Seth Tisue
sethtisue
Offline Send Email
Apr 3, 2003
7:07 pm
482
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Seth Tisue
sethtisue
Offline Send Email
Apr 3, 2003
11:32 pm
486
... 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...
Seth Tisue
sethtisue
Offline Send Email
Apr 3, 2003
11:49 pm
487
... KazmerKaradi> Hello Everybody! Can somebody help me? How can I define KazmerKaradi> arrays in Netlogo? Thanks! To add to the helpful responses already...
Seth Tisue
sethtisue
Offline Send Email
Apr 3, 2003
11:49 pm
488
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Jay Pfaffman
pfaffman
Offline Send Email
Apr 10, 2003
11:35 pm
493
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...
Uri Wilensky
uwilensk
Offline Send Email
Apr 11, 2003
2:48 pm
494
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Dylan Evans
evansd66
Offline Send Email
Apr 14, 2003
3:37 pm
499
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@...
Send Email
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....
Seth Tisue
sethtisue
Offline Send Email
Apr 17, 2003
8:21 pm
501
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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,...
Steiner, James
james.steiner@...
Send Email
Apr 23, 2003
7:29 pm
Messages 476 - 505 of 9893   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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