Well, first, thanks, Stuart for the vote of confidence! After Dale Reed put the sinister seed of an idea about writing a book in my head, I talked to some...
Steiner, James
James.Steiner@...
Mar 1, 2004 6:08 pm
1575
Sounds great to me!!! (especially the part about y'all doing it.) Chris Newman ... From: Astill,SJ (pgr) To: netlogo-users@yahoogroups.com Sent: 2/28/04 5:50...
Newman, Chris
cnewman@...
Mar 1, 2004 6:09 pm
1576
Pretty wild James! Richard Vail, Boyce Baker and I just started to draft an outline and proposal for a text on Agent-Based Modeling with NetLogo, inherently ...
As one who not only trained originally in law school, but also teaches largely using case study methods, I approve again!!! Chris ... From: Steiner, James To:...
Christopher Newman
cnewman@...
Mar 1, 2004 6:24 pm
1578
The following models were recently added to http://ccl.northwestern.edu/netlogo/models/community/ . Users are encouraged to submit their own models. Lissajous ...
Hi I'm working on a model with real data. Although the X Axis labels of the plot are set (i.e. X Min value = 1970, X Max value 2070) and also the time counter...
... Andras> Hi I'm working on a model with real data. Andras> Although the X Axis labels of the plot are set (i.e. X Min Andras> value = 1970, X Max value...
Hello I am here again. Now I have found new problems with my model. I have a population of rabbits where each rabbit died with a mortality rate according to...
Irene Cotilla Orellana
Irene.Cotilla@...
Mar 5, 2004 5:39 pm
1583
Hello Irene! Your rabbit model always gives us interesting problems! OK, so what I see here is that for each age, for each station of the year, there is a...
Steiner, James
James.Steiner@...
Mar 5, 2004 7:30 pm
1584
Hi, Is there a way to check if a turtle is dead? I've got turtles setting their heading towards a random turtle in their list of friends, unfortunately some ...
Matthew Koehler
mattkoehler@...
Mar 5, 2004 7:48 pm
1585
When you ask the Turtle to die can you ask all of the other turtles to update their SA? Also, can you change the heading to a patch not to the turtles? ...
Philip S. Barry
pbarry@...
Mar 5, 2004 7:58 pm
1586
Matt asked ... Sure is! If a variable contains (points to) a turtle, when that turtle dies the variable becomes equal to the special value "nobody" So, you...
Steiner, James
James.Steiner@...
Mar 5, 2004 9:03 pm
1587
... I missed the OP on this one, so perhaps this doesn't address the specifications of the problem, but I wonder if simply asking turtles to die with the given...
R. G. 'Stumpy' Marsh
rmarsh@...
Mar 5, 2004 10:40 pm
1588
More stuff: As mentioned earlier, to see if a turtle is dead: If agent = nobody [ turtle-is-dead-stuff ] Also, to see if an agentset is empty, or not: If not...
Steiner, James
James.Steiner@...
Mar 5, 2004 10:44 pm
1589
Hello Thank you very much for your aid. You can be sure that you will have a special place in the acknowledgements of my thesis, if I read it sometimes. I have...
Irene Cotilla Orellana
Irene.Cotilla@...
Mar 8, 2004 6:26 pm
1590
Thanks! Even without implementing black-rabbits, there are definintely some practical things we can do to speed this up. First, I added to the model some code...
Steiner, James
James.Steiner@...
Mar 8, 2004 10:46 pm
1591
Hi folks! My 4 new models are available now on the community models page. http://ccl.northwestern.edu/netlogo/models/community 1. Cracks. This is a sort of...
Steiner, James
James.Steiner@...
Mar 9, 2004 12:05 am
1592
I wanted to give the NetLogo community an update about the Second Annual International Workshop on Agent-Based Modeling with NetLogo, to be held July 25 - 31,...
Has anyone created a beer game simulation? This is the famous supply chain simulation exhibiting the "bull whip effect" .. highly volatile inventory...
Owen; I am almost certain that I have a copy of a Beer Game Simulation on CD that was sent to me by a publisher a couple of years ago. I'm at the house (on...
Fred Anderson
anderson@...
Mar 10, 2004 3:22 am
1595
I have a copy of a beer game simulation that came with the book: Designing and Managing the Supply Chain, by D. Simchi-Levi, P. Kaminsky, and E. Simchi-Levi. ...
Tom Lairson
Tom.Lairson@...
Mar 10, 2004 5:40 am
1596
Are these done in NetLogo? Several of us have already created beer game simulations in repast and mathematica, but a netlogo version would be of interest as...
NetLogo Workshop 2004 July 19 - 23 Northwestern University Evanston, IL, USA The Center for Connected Learning and Computer-Based Modeling will conduct a...
Owen You'll find a NetLogo version of the Beer Game at : http://ccl.northwestern.edu/netlogo/models/HubNetBeerGameAlternate1 Alain Albert University of Quebec ...
Hi Owen For another agent-based model of the Beer game you may also have a look at Steve Kimbrough website : http://grace.wharton.upenn.edu/~sok/ Alain Albert...
Albert, Alain
alain.albert@...
Mar 10, 2004 3:38 pm
1601
There is a NetLogo adaptation of the MIT Beer Game, written for Computer Hubnet. In it, students play members of a beer distribution network (factory, ...
Carolyn Remmler
carolynremmler@...
Mar 10, 2004 3:38 pm
1602
Hi there, I'm fairly new to Netlogo and so apologies if this turns out to be a silly question. I'm well aware that patches are immovable and have constant...
akoob3
akoob3@...
Mar 10, 2004 4:37 pm
1603
Akoob3 wrote: "Hi there, I'm fairly new to Netlogo and so apologies if this turns out to be a silly question. I'm well aware that patches are immovable and...