
www.Usenet.com
| <-- __Chronological__ | <-- __Thread__ |
Re: Predator Prey model From: Erwin Moller <[EMAIL PROTECTED]> Date: Tuesday 02 December 2003 12:02:18 To: j w m knight <[EMAIL PROTECTED]> no references j w m knight wrote: > I am doing reasearch into predator prey dynamics. Does anyone know of a > program that creates an n*n matrix, in which 'creatures' can move around > and 'eat' each other in. It seems to have similarities to Life, but I > want to have more than one creature per square. > > Thanks Very much > > James Knight Hi James, Coding a n*n world is actually quite simple. Just assign the x,y coordinates to your creatures. Let the creatures do their stuff (you didn't metion how you want this to be done!). Let the creatures move and eat each other. I once coded such a world for goats, coal, and wolves. You have to adjust a lot of parameters to make things work, like: - how close should your predator be to its food before getting it? - how much food should one creature eat before giving birth to new ones. - how do the new creatures work? (Should they be like the parent with noise on the networkweights? That is: If you use a NN for decisionmaking.) All these matters give rise to the complexity of such a program, not the x,y coordinates assignments to creatures. :-/ Regards and good luck, Erwin Moller
| <-- __Chronological__ | <-- __Thread__ |
Please check out one of the premium Usenet Newsgroup Service Providers below for access to Usenet.