Search the web
Sign In
New User? Sign Up
netlogo-users · NetLogo Users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8643 - 8672 of 9892   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8643
Seth and James! Thank you very much for your help! The new code is working properly. The background of my idea is that 'points' are the centroids of voronoi...
andreko42
Offline Send Email
Feb 2, 2009
12:33 pm
8644
Thanks James! I have been using your code suggestions for swarming. My code looks like this at the moment: ask turtles [ let magx sum [ [ xcor ] of patches...
Braxton, Donald (BRAX...
dnbrxtn
Offline Send Email
Feb 2, 2009
10:38 pm
8645
Hi Giorgio If you operate with a velocity and want a distance calucated as vel*dT you must define the spatial resolution of the patches and use that as a...
Martin Jepsen
m_rudbeck
Offline Send Email
Feb 2, 2009
10:38 pm
8646
hi, maybe this will help: turtles-own [cooperate?] to setup ca crt 10 [ set cooperate? 1 ;;;; agent will cooperate setxy random-pxcor random-pycor ] end to go ...
Konrad Fuks
konrad.fuks@...
Send Email
Feb 2, 2009
10:40 pm
8647
hello, i've got problem with maths. Numbers are generated as fallows: set cost (10 + random 31) / 10 ;;; so min is 1 and max is 4 when i sum two such generated...
Konrad Fuks
konrad.fuks@...
Send Email
Feb 2, 2009
10:41 pm
8648
Hi! The built-in reporters DX DY and DZ contain the cartisian components of the unit vector for the turtle at the current heading. In otherwords, for a given...
James Steiner
askturtlezero
Offline Send Email
Feb 2, 2009
10:41 pm
8649
Wow -- that's brilliant!! I give it a try!  George ... From: Konrad Fuks <konrad.fuks@...> Subject: Re: [netlogo-users] Re: Can Agents Refuse to...
George Watson
watsongeorge32
Offline Send Email
Feb 3, 2009
1:12 am
8650
... Konrad> hello, i've got problem with maths. Numbers are generated as Konrad> fallows: set cost (10 + random 31) / 10 ;;; so min is 1 and max Konrad> is 4...
Seth Tisue
sethtisue
Offline Send Email
Feb 3, 2009
2:52 am
8651
Dear all, I have a problem that i seem not able to solve. I have a set of nodes and links, i weight the links through the link- lenght procedure. Thus ...
jab_it80
Offline Send Email
Feb 3, 2009
2:52 am
8652
Hi, I am new to NetLogo. Need help in how agent "sense" imported drawing. I used the command "import-pcolors" to import a bitmap file and want the turtle to...
nobletruth1
Offline Send Email
Feb 3, 2009
12:23 pm
8653
... nobletruth1> Hi, I am new to NetLogo. Need help in how agent "sense" nobletruth1> imported drawing. I used the command "import-pcolors" to nobletruth1>...
Seth Tisue
sethtisue
Offline Send Email
Feb 3, 2009
12:29 pm
8654
Well, I'm going to guess it's a punctuation issue. You probably meant this: ask turtles [ let magx sum ( [ xcor ] of patches in-radius 3 with [ Influence != 0...
James Steiner
askturtlezero
Offline Send Email
Feb 3, 2009
8:22 pm
8655
FYI... FD works with both real and integer values. :) I still prefer JUMP, anyway. ~~James....
James Steiner
askturtlezero
Offline Send Email
Feb 3, 2009
8:22 pm
8656
Since walkers are assigned to a node, you can store that node in the walker in another walkers-own variable: walkers-own [ walker-dist current-node ] This...
James Steiner
askturtlezero
Offline Send Email
Feb 3, 2009
8:22 pm
8657
Some thoughts on selecting random number ranges: The range you describe there is from 10 to 40 -- you divide by 4 and that gives you values between 1.0 and...
James Steiner
askturtlezero
Offline Send Email
Feb 3, 2009
8:23 pm
8658
Hi, I'm running a model simulating hunting on animal populations. If the hunting pressure is set to be high enough, the entire population can crash. If I'm...
Ruscena Wiederholt
rwiederh@...
Send Email
Feb 4, 2009
3:18 am
8659
Yes, thanks! i solved the problem. To: netlogo-users@...: seth@...: Tue, 3 Feb 2009 06:28:25 -0600Subject: Re: [netlogo-users]...
Noble Truth
nobletruth1
Offline Send Email
Feb 4, 2009
3:18 am
8660
Hey guys ! I'm a French student and I'm studying in an Australian university at the moment. For my first important work my supervisor asks me to open a model ...
ludovicdoy
Offline Send Email
Feb 6, 2009
3:12 am
8661
I'm wondering if there is a command or an easier way to pair up all the turtles. I'm going to keep them paired and I want the pairings to be non-overlapping....
ruebeckc
Offline Send Email
Feb 6, 2009
11:32 pm
8662
Hello netlogo-users, my name is Andreas Pape. (Sorry about the email address) Let me describe what I am trying to do: I have a model of a natural resource...
The Internet
drduus
Offline Send Email
Feb 6, 2009
11:32 pm
8663
I acknowledge this as a total newb question, but could you post a copy of the syntax to make gis:turtle-dataset work? I'm banging my head against the keyboard...
J
jwell1558
Offline Send Email
Feb 6, 2009
11:32 pm
8664
You are on the right track, but it can be done without using WHILE, and there's some other NetLogo ideas that will make things easier down the road. The first...
James Steiner
askturtlezero
Offline Send Email
Feb 7, 2009
8:22 pm
8665
Hi you all, I am trying to create a demand curve for a representative agent with two lists of the same length and distributed according to some number of...
karaitakuara
Offline Send Email
Feb 8, 2009
12:05 am
8666
... ruebeckc> I'm wondering if there is a command or an easier way to pair ruebeckc> up all the turtles. Here's one way to pair up existing turtles: crt 100 ...
Seth Tisue
sethtisue
Offline Send Email
Feb 8, 2009
12:05 am
8667
It so happens that I am working on developing such a tool (tentatively dubbed "BehaviorSearch") as part of my thesis work. Unfortunately, this tool is still in...
fsondahl
Offline Send Email
Feb 8, 2009
12:06 am
8668
P.S. One other project that I believe eventually aims to address this problem is MEME (Model Exploration Module), found here ...
fsondahl
Offline Send Email
Feb 8, 2009
12:06 am
8669
What you need is N-VALUES. Check the programming dictionary to read the details. set ChokePrice precision random-normal 9 1 2 set SurvQuantity precision...
James Steiner
askturtlezero
Offline Send Email
Feb 8, 2009
12:21 am
8670
Thanks Forrest! I'll be happy to share my code. I'll get something together and send it to you (should we take his conversation off-list? I'm not sure what...
The Internet
drduus
Offline Send Email
Feb 9, 2009
5:38 am
8671
Before using it, you have to set up a coordinate transformation, as in: gis:set-world-envelope [-90 90 -90 90 ] then you can say gis:store-dataset...
Eric Russell
russell734
Offline Send Email
Feb 9, 2009
8:57 pm
8672
Hi All: So I have been simulating influence using vectors to control turtle movement per James' suggestions. He said I ought to use reporters, but the...
Braxton, Donald (BRAX...
dnbrxtn
Offline Send Email
Feb 9, 2009
8:58 pm
Messages 8643 - 8672 of 9892   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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