This is a fun topic. Replies so far interpret "appropriate" to mean "scientifically valid" or "capable of producing meaningful results." How about interpreting...
Steiner, James
james.steiner@...
May 1, 2003 3:35 pm
530
Fear no thunderbolts. King Solomon wrote 3000 years ago, "It is the glory of God to conceal a thing: but the honour of kings is to search out a matter." The...
Van Parunak
van.parunak@...
May 1, 2003 3:57 pm
531
Added to http://ccl.northwestern.edu/netlogo/models/community/ since my last bulletin: OilEdit (by Suhaib) ...
Luis wrote: [snip] ... [snip] Well, patches can have patch variables. A set of patch variables can define the properties of your different spatial layers. You...
Steiner, James
james.steiner@...
May 1, 2003 3:58 pm
533
James-- As a philosopher, I agree with you about the hubris involved in "modelling" human behavior. HOWEVER, as a political scientist and historian, I gota...
Christopher Newman
cnewman@...
May 1, 2003 4:12 pm
534
... Luis> 1) Can Netlogo handle multiple layers in defining the Luis> world/patches (i.e. I want to import different spatial grid Luis> layers like soil, land...
Luis - I noted that you mentioned that you have ESRI GRID layers you wish to import into NetLogo - here's a copy of my earlier post: I have constructed a...
Kevin Behm
kbehm@...
May 1, 2003 6:11 pm
536
Are there archives of these postings? Frances Coleman...
Frances Coleman
fcoleman@...
May 2, 2003 1:34 am
537
GO to http://groups.yahoo.com/group/netlogo-users/ and you can view all 537 messages since Seth started the group in January of 2002. You can also search all...
Dear Margaret, The tip is very interesting, but both websites do not open. Best regards, Charlotte ... -- Please note the new address of the AIlab: PD...
Charlotte Hemelrijk
hemelrij@...
May 2, 2003 7:36 am
540
We've built an updated version of NetLogo: version 1.2.1. It's now available from our website (http://ccl.northwestern.edu/netlogo/). The main reason for the...
... Michael> I am hoping to eventually cull out many of the programming Michael> tips that have appeared and put them into my NetLogo Learning Michael> Lab...
All- Recently there have been numerous posts regarding the format for files used by import-world. Many people use Excel or some other spreadsheet program to...
Matt Goto
m-siarny@...
May 5, 2003 9:34 pm
543
I've recently created two *very* simple tutorials, one for RePast, one for NetLogo. I'd very much like comment and suggestions for improvements. ...
Owen Densmore
owen@...
May 9, 2003 12:11 am
544
Hi James I want to spend some time talking with a NetLogo user locally. Do you know of anyone in the Detroit area? Bye for now, George...
George Dombi
DombiG@...
May 9, 2003 9:56 pm
545
Hi all, I am looking for an introduction (preferably online) on Quantum Game Theory. I am an economist, and know very little about Quantum Mechanics, so I was...
Carlos Gonçalves
cgon1@...
May 14, 2003 4:54 pm
546
Hi: I don´t know much about quantum and quarks and so on, but in this web site there is a funny introduction about particle physics. I suppose it´s to...
Frodo
fordob@...
May 14, 2003 6:50 pm
547
Hi Carlos, I can give you a very brief view of Quantum Mechanics. Then I want to ask if you used to be a subscriber to Maconline. You may have written to me ...
George Dombi
DombiG@...
May 14, 2003 10:13 pm
548
... What kind of modeling can be done without Java?...
... All the modeling that is done with NetLogo, C, Fortran, Qbasic, Mathmatica, Rats, Monkeys, and College Students, to name a few. ... ~~James...
Steiner, James
james.steiner@...
May 15, 2003 6:58 pm
550
At 11:39 14-05-2003 -0700, you wrote: Hi: I don´t know much about quantum and quarks and so on, but in this web site there is a funny introduction about...
Carlos Gonçalves
cgon1@...
May 15, 2003 7:00 pm
551
... Hi George, Thank you for the help, especially for the view on Quantum Mechanics, it was quite important. I was also curious about the part you wrote,...
Carlos Gonçalves
cgon1@...
May 15, 2003 7:00 pm
552
While we are thinking of the numerous other ways to develop models one might also consider: Excel, Agent Sheets, Stella, Interactive Physics, and some of the...
Michael Novak
mnovak@...
May 16, 2003 3:01 am
553
Greetings: Plans are underway for this year's NetLogo Summer Workshop. I am pleased to announce that the discounted registration price of $400 (a $50 savings)...
Michael Gizzi
mgizzi@...
May 19, 2003 6:34 pm
554
Hello I have a population of rabbits. This population has three classes of age. I want that the adults give young and that these grow. How can I do it? Thanks ...
Irene Cotilla Orellana
Irene.Cotilla@...
May 21, 2003 2:15 pm
555
... Something like this should do the trick. I'm not much of a NetLogo programmer, but I think I got the "and" syntax right. You'll also need to set the age...
There exists a model called Rabbits-Grass that does this, and you could expand on it to explore what you want. Someone at NWU should be able to tell you where...
Edmund Hazzard
ehazzard@...
May 21, 2003 7:06 pm
557
... Edmund> There exists a model called Rabbits-Grass that does this, and Edmund> you could expand on it to explore what you want. Someone at NWU Edmund>...
... The first posted response uses a method that checks if the rabbit's age is between two limits. ( age > 5 and age < 20 ) Another approach is to define the...