Recent Discussions in NetLogo Users


To join this group, send a blank email to netlogo-users-subscribe@yahoogroups.com or visit http://groups.yahoo.com/group/netlogo-users



  1. Re: Help with applet needed
    ... Erich> the old working version is at Erich> http://sunsite.univie.ac.at/MathAnim/voting/ the new nonworking Erich> version is at...
    - Fri, 21 Nov 2008 15:56:45 GMT
  2. Help with applet needed
    I have not been able to do serious NetLogo wok for quite some time, but I am back now. I have modified the Voting model (mostly because when I worked with it ...
    - Fri, 21 Nov 2008 13:37:44 GMT
  3. Re: Turtles won't flow
    I did some pretty extensive experimenting with sink-filling algorithms in NetLogo when I was working on a watershed delineation model last year. Based on my...
    - Thu, 20 Nov 2008 13:48:22 GMT
  4. Re: GIS Extension
    There is no primitive in the current GIS Extension for finding a list of intersections like that. But you could write your own, either in NetLogo or in Java,...
    - Thu, 20 Nov 2008 13:48:07 GMT
  5. Re: Comparing past and present to direct movement
    First, if you have assigned the food collected toa variable, that value is still availble in the next tick. Then its as simple as adding another turtle-owned...
    - Thu, 20 Nov 2008 01:11:24 GMT
  6. Re: Historical reconstruction: help?
    ... if i've understood this right, that is actually a better way to do this, as it avoids reading the entire data set at the very beginning. that is: if you...
    - Thu, 20 Nov 2008 01:11:14 GMT
  7. Linux Question: How to make Netlogo to open a given model.nlogo file
    Hi all: My question is in the subject. I use Linux and I'd like to use something like ... ./netlogo.sh /home/user/Research/mymodel.nlogo to have Netlogo...
    - Wed, 19 Nov 2008 16:48:02 GMT
  8. Re: Historical reconstruction: help?
    Hello. I'm usually using reading from file in this case. It is not very difficult. You may prepare a file where each string will represent a list of your ...
    - Wed, 19 Nov 2008 16:47:48 GMT
  9. Re: Historical reconstruction: help?
    ... if i've understood this correctly, i'd represent the matrix as a netlogo list, where each item in the list corresponds to one row of the matrix (and one...
    - Wed, 19 Nov 2008 16:47:48 GMT
  10. Comparing past and present to direct movement
    Hello all, I am looking for a way to program my turtles to move with a fairly simple hueristic. My turtles start oriented heading horizontaly (90) with a small...
    - Wed, 19 Nov 2008 06:52:43 GMT
  11. Historical reconstruction: help?
    Hello, I'm an economic historian working on the British economy in the first part of the 19th century. I have very little model building experience. I'm...
    - Wed, 19 Nov 2008 06:52:29 GMT
  12. Turtles won't flow
    This may seem like an elementary problem, but I would consider myself an elementary user. I am loading a DEM from ArcGIS into Netlogo and randomly creating ...
    - Wed, 19 Nov 2008 06:51:56 GMT
  13. System Dynamics Modelers : linking procedures
    hello I built a model with System Dynamics Modeler and I'd like to link it with a drawing (made with turtles) wichh would be executed on each tick (when the...
    - Mon, 17 Nov 2008 14:32:40 GMT
  14. Re: netlogo beginner problem
    Hello, the first problem is obviously caused be the fact that the condition is true for all hurts. So if you write something like this ca create-turtles 10...
    - Sun, 16 Nov 2008 15:38:26 GMT
  15. Re: netlogo beginner problem
    ... first ... one- ... [ die ... hurts- ... or ... can ... hurt ... the ... effects). ... Everything works now. I made big mistakes in my code! Thanks for help...
    - Sun, 16 Nov 2008 15:38:22 GMT