hello everyone, i am begining to learn netlogo, can anyone guide me what should i refer to beside the manual. any easy tutorials or other reference books, or...
Nuke, The model library that comes with NetLogo is a great source of programming examples. The community models section of the website is also a great...
Hi group, I need for my simulation a pssibility make difusion like diffuse but only valid to special patches (plate) something like that: to own-diff ask...
Hi there Does anybody knows a way to circumvent the programming limitation of NetLogo, regarding the fact, that only global procedures can be defined. Any help...
Hi all, Is there any Netlogo workshop/seminar coming this year? Thanks! best, nicole...
nicoli@...
Mar 4, 2005 9:29 pm
2642
... In a normal diffuse, the patch takes on a portion (the diffusions koeffizient) of the neighbors values, and loses some of its own. All patches are sharing...
... Being an old-school procdureal programmer, my first guess would be to instead use unique procedure names, and "pretend" that the procedures are local....
The following models were recently added to http://ccl.northwestern.edu/netlogo/models/community/ . Users are encouraged to submit their own models. SOTL ...
... Hi Nicole, We at the CCL will probably run another workshop this summer. We have not yet decided for sure, nor set a date. Stay tuned. There are several...
... I am fairly certain that there will be a 3rd Annual NetLogo Workshop presented by the folks from Mesa State College and the Grand Junction Advanced...
I am putting the final touches on the website, with registration information (look for it by Monday), but the Institute for Modeling Complexity at Mesa State...
Thank You James for Your answer, quick and exhaustive, like ever. Now, it works much better, but actually i want to simulate conductivity through a plate. That...
Greetings NetLogo Users: I am pleased to anounce the THIRD Annual Summer Workshop on Agent-Based Modeling with NetLogo, to be held July 17 - 22, 2005 on the...
Do the gurus know whether uri wilensky is dreaming of a 3d version of netlogo? It would be the answer to the maiden's prayer for us architects - perhaps we...
... Your wish is my command Paul. We are releasing a preview version of NetLogo 3-D this week. Best, -- -Uri ... Uri Wilensky Associate Professor of Learning...
I understand the concept of the observer asking the turtles to do their thing. I am using this to set the turtles in motion, but to put my simulation firmly...
Peter Buck
pbuck@...
Mar 8, 2005 4:24 am
2654
... The code I offered "works" but not very well... heat doesn't seem to diffuse as fast as it should, particularly it doesn't diffuse at different rates, like...
... One simple way is to have two "forever" buttons, both run (pressed) together. One is a turtle forever, the other is an observer forever. Turtles created by...
I have a question. In the procedure that I have included below I am getting some weird behaviour that I need some help with. I have a list of information at...
Buchanan, John
juancho@...
Mar 9, 2005 7:50 pm
2657
Halo James, it is the think y asked one week ago. I have implemented your first proposal and it works quite well, i have compared the results with the results...
This may be a case of turtles not being where you think they are, and misunderstanding what "forward 1" really means. FD 1 means move 1 unit distance in the...
Hi James, I have now made the diffusion for heating ina slab in one dimension (Conduction_1D.nlogo) It works fine. Michal globals [ Temp_middle mass] ...
... John> In some situations the patch that I head into when I move forward John> by one is not the one that is allocated to the variable John> direction ...
James, You need to change your focus from patch to turtles: To model the diffusion process you need to model the movement of turtles across the material. The...
Kshatriya, Mrigesh (I...
m.kshatriya@...
Mar 10, 2005 2:50 pm
2662
The NetLogo development team at the Center for Connected Learning and Computer-Based Modeling at Northwestern University is pleased to announce the release of...
Let me just say, NetLogo3D is FANTASTIC. I love the patch implementation. I love the ride, observe and watch commands.The gaze implementation is awesome. The...
Well, NetLogo 3D is pretty darn cool. It's a bit twitchy, but I'm sure that will smooth out. Attached is a quick conversion of my chain-of-fools model to 3D. ...
I can't wait to try this!! Questions: Will there remain a 2-D only NetLogo, or will that eventually be replaced by the 3-D version, with no further development...
Hello, everyone: I downloaded the new 3D demo and had to reboot my machine because it was completely locked...did anyone else have this problem? Regards, ...