Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

netlogo-users · NetLogo Users

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 8185 - 8214 of 16652   Newest  |  < Newer  |  Older >  |  Oldest Start Topic
Messages: Simplify | Expand Author Sort by Date v
8214 Seth Tisue
sethtisue Send Email
Oct 7, 2008
2:23 am
... sanbalestrini> I've noticed that I obtain an order of magnitude sanbalestrini> improvement in the computational requirements by using sanbalestrini> the...
8213 Martín Atlas
martin.atlas Send Email
Oct 6, 2008
8:31 pm
Hello everybody. I have a question about the GIS extension. I do not have experience with GIS, but I need to import some files in NetLogo and then work with...
8212 sanbalestrini Oct 6, 2008
8:31 pm
I've noticed that I obtain an order of magnitude improvement in the computational requirements by using the conditional "with" than the internal function...
8211 Esther Verreau
estherverreau Send Email
Oct 6, 2008
8:30 pm
Hi - I suspect that head-towards is a turtle variable. The compiler is assuming that the bit inside those brackets is turtle code because it starts with a...
8210 Esther Verreau
estherverreau Send Email
Oct 6, 2008
8:30 pm
Hi - When you installed NetLogo on the new machine you installed the entire package from the website? http://ccl.northwestern.edu/netlogo/download.shtml are...
8209 Jim Lyons
jimlyons37 Send Email
Oct 6, 2008
12:13 pm
Qiang, Rectangles can be made to change dynamically. The trick is to use a line for the shape and vary its size -- the length of the rectangle -- and thickness...
8208 Martín Atlas
martin.atlas Send Email
Oct 5, 2008
11:03 pm
Thank you very much Eric. The problem was solved. Regards, Martin...
8207 Eric Russell
russell734 Send Email
Oct 5, 2008
7:20 pm
It looks like the bug was fixed in late August, several weeks after the release of NetLogo 4.0.3. I've attached a copy of gis.jar with the fix included. Copy...
8206 Qiang
qiangqiang67 Send Email
Oct 5, 2008
2:33 pm
Hi, I am modeling cell division with Netlogo. I am considering a cell as a turtle, but the problem is how to set the shape when cell division. For example, if...
8205 martin.atlas@...
martin.atlas Send Email
Oct 5, 2008
2:32 pm
I'm using the 4.03 version. Do I have any chance to solve this bug? Thank you very much, Martin ... From: Eric Russell <eric-r@...> Date: Sat, 04...
8204 Eric Russell
russell734 Send Email
Oct 5, 2008
12:41 am
There was a bug in the GIS extension in reading certain types of floating-point fields from dbf files. It's been fixed, but I don't remember offhand whether it...
8203 ezekiel.glaze
ezekiel@... Send Email
Oct 4, 2008
9:14 pm
Hi, For the following code I get the message "you can't use link-heading in a turtle context because link-heading is link only". to go ask turtles with [color...
8202 Martín Atlas
martin.atlas Send Email
Oct 4, 2008
9:14 pm
Hello, I have a question. When I try to run the following command inside the setup procedure: set curvasnivel-dataset gis:load-dataset "BASE/base de...
8201 phidippus Send Email Oct 4, 2008
5:50 pm
Hello, My computer environment has changed, and now I do not know how to run Netlogo anymore. I am using a linux system (I was using a linux system before too,...
8200 Esther Verreau
estherverreau Send Email
Oct 3, 2008
8:37 pm
Hi Michal - I'm not sure I know exactly what you are asking. So, you've got this world full of traders. It sounds like there might be more than one type but...
8199 ruebeckc Send Email Oct 3, 2008
1:06 pm
Thanks, Esther, that fixed it for me. I did recently software-update to Java 1.6, and going back to 1.4.2 did the trick. I wouldn't have guessed this...
8198 Esther Verreau
estherverreau Send Email
Oct 2, 2008
10:46 pm
Imbron - I see a few problems with this code. The most important is that because you are declaring t-follow as a local variable and setting it to 0 in the go...
8197 fsondahl Send Email Oct 2, 2008
10:46 pm
I did something similar a while back, except it was only for the case of a square world (world-width = world-height). I solved the nasty equation...
8196 roger peppe
wrtpeppe Send Email
Oct 2, 2008
10:46 pm
to reply to my own post, i realise i've got it wrong here, having adapted the code from an integer binary search. it was converging unreasonably fast (those...
8195 imbron
imbron@... Send Email
Oct 2, 2008
1:13 pm
hello Ester, plz find below my mom and kid model may be you could find any mistake in it Many Thanks! globals [mom-radius] breed[ moms mom ] breed[ kids kid ] ...
8194 roger peppe
wrtpeppe Send Email
Oct 2, 2008
1:12 pm
On Wed, Oct 1, 2008 at 5:02 PM, michal.kvasnicka ... well, i don't know about the maths, but if i was doing this, and efficiency wasn't a great issue (e.g. i...
8193 Seth Tisue
sethtisue Send Email
Oct 2, 2008
1:34 am
... Konrad> hi, how to change the link color when both ends are set Konrad> i.e. blue ... turtles color (to blue) must be changed after Konrad> links are set...
8192 Esther Verreau
estherverreau Send Email
Oct 1, 2008
11:15 pm
Hi Imbron - It's hard to say what's wrong with your code without seeing the code. However, I can take a wild guess. If all the kids should stop following ...
8191 Esther Verreau
estherverreau Send Email
Oct 1, 2008
11:15 pm
Hi - ... I noticed this on my computer just a few days ago. (very annoying!) I don't think it has anything to do with NetLogo. I think it's a bug in Java...
8190 michal.kvasnicka
michal.kvasnicka@... Send Email
Oct 1, 2008
11:14 pm
Hello you all once more. I dare to ask one more question. I'm playing with traders (buyers and sellers) in an auction. Each of them can ask/bid publicly, i.e....
8189 michal.kvasnicka
michal.kvasnicka@... Send Email
Oct 1, 2008
11:14 pm
Hallo you all. I've got this problem and hope some of you might have already solved it for himself. :-) My turtles live on a rectangular toroid world (its size...
8188 Seth Tisue
sethtisue Send Email
Oct 1, 2008
11:14 pm
... bspight@pacbell> BTW, why can't I use mouse-patch? That primitive doesn't exist. (It's a mistake in the documentation.) -- Seth Tisue / http://tisue.net ...
8187 Konrad Fuks
konrad.fuks@... Send Email
Oct 1, 2008
11:14 pm
hi, how to change the link color when both ends are set i.e. blue ... turtles color (to blue) must be changed after links are set up sample code below: ask...
8186 imbron
imbron@... Send Email
Oct 1, 2008
12:42 pm
hi Ester, it works well! thanks more question, i tried to give maximum time (tick) for being follow mom. then i made a new variable; t-follow (time to follow) ...
8185 ruebeckc Send Email Oct 1, 2008
12:42 pm
I just started using NetLogo 4.0.3 after using 4.0.2 for a while. While using it within Mac OS X 10.5.5, I find that the arrow keys cause me to scroll while in...
Messages 8185 - 8214 of 16652   Newest  |  < Newer  |  Older >  |  Oldest Start Topic
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help