Seth, It was my report that triggered the discussion; I definitely appreciate the level of responsiveness, and the very complete explanation of the list...
... Seth, The tips about using lists in NL4 are very useful, thanks. Using your advice, I was able to improve my implementation of hashes very much over using...
hello, from user's manual, I saw "file-print" can output the values as the text file and then followed by a carriage return, which means it is gonna start a...
Cai, file-print puts the carriage return only at the end of the value printed, even if that value is a list. Thus, let my-list [1 2 3] file-print my-list will...
How can i place the people (turtles) just randomly at the street (patches, with white color)?? and then, how can i moving people randomly through the...
I need to locate the System dynamics modeler guide. Can anyone help me out! Thanks....
bhuvana_nit
bhuvana_nit@...
Jul 2, 2007 6:48 pm
6490
In another thread, Nick showed a good example of using 'reduce', one of those mysterious but powerful list operators in NetLogo. To do the equivalent of a...
Actually, one of the main differences between Kruskal's and Prim's algorithms is that in the former, there is not a single tree that is progressively expanded...
Jim, You reminded me of somethng I forgot! A few months ago I assembled a NetLogo extension that wraps most of Java's basic string functions (like split and...
Yeah, this (the way I was joining things to a tree, and finding loops) reflects an error in my understanding of the explanation of Kruskals algorithm......
Hi, I am needing aid in a model that to some time I come working using the HubNet, but the model not yet functions very well, it does not obey the rules that I...
... you want turtles on a random patch with pcolor = white? ask turtles [ move-to one-of patches with [ pcolor = white ] ] ... I'm assuming the streets are...
This is fascinating and instructive modeling --- very new for me. Please tell me for what purposes are models like this. Lou ... From: James Steiner To:...
Just a quick reminder that the CCL will be running a 1 day tutorial as part of SwarmFest 2007, which is being hosted by DePaul in downtown Chicago this year....
... Jim> Seth, The tips about using lists in NL4 are very useful, Jim> thanks. Using your advice, I was able to improve my implementation Jim> of hashes very...
Hi! I'm having trouble with my Java extension. When I load a model that invokes my extension, I get the below error. (This is in NetLogo 3.1.4) If I add the...
The following is a list of models add to http://ccl.northwestern.edu/netlogo/models/community/ so far this year. Everyone is encouraged to submit their own...
... It looks like you are compiling with a incompatible version of the JDK. meaning, the JDK you compile with is of a higher version number than the JVM that...
Hello- I'm having trouble using -of. In my code I've been trying to use it to look at a variable that I've defined on a specific instance of a turtle....
eclough_98
eclough@...
Jul 3, 2007 9:52 pm
6506
Hi Emily - I take it you are using 4.0beta1. We changed the of syntax in 4.0 so what you used to write: pxcor-of patch 0 0 you write [pxcor] of patch 0 0 ...
... Craig> It looks like you are compiling with a incompatible version of Craig> the JDK. meaning, the JDK you compile with is of a higher Craig> version...
I would like to make NetLogo users (and their students, colleagues, etc.) aware of a graduate-level short course on agent- and individual-based modeling that...
I my model I have 5 agents. for example each of them has energy and money. I want to add energy from agent (A) to his neighbors and take from their money to...
Behrooz Hassani M
behrooz_hassani@...
Jul 5, 2007 3:40 am
6511
Why is not working these sentences? I wanna do two different types of people: recyclers and NOrecyclers. With different colors and according with the parameter...