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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 6887 - 6916 of 9892   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6887
hi is it possible to use netlogo and opengl to make 3d agents simulations? if not which other options does exist for creating complex shapes with agents based...
punchikk
Offline Send Email
Oct 1, 2007
11:51 am
6888
There is some work starting to be done in various 3D game development engines. Second-Life is probably the easiest to get started in--it's practically a 3D...
James Steiner
askturtlezero
Offline Send Email
Oct 2, 2007
2:52 am
6889
... __reload should cause STARTUP to run. It does in 4.0, what version are you using?...
Esther Verreau
estherverreau
Offline Send Email
Oct 2, 2007
2:53 am
6890
... have you seen NetLogo 3D? https://ccl.northwestern.edu/netlogo/whatsnew3d.html let me know if you have more questions. esther...
Esther Verreau
estherverreau
Offline Send Email
Oct 2, 2007
3:01 am
6891
... I had never heard of '__reload' so I tried to look it up, but couldn't find it. I did find '__reload-extensions' in the extensions manual. Where is...
Jim Lyons
jimlyons37
Offline Send Email
Oct 2, 2007
3:07 pm
6892
... I was using 4.0final... let me look again... ... Oh. It would have helped me a great deal if I has spelled STARTUP correctly in my test model. So, there...
James Steiner
askturtlezero
Offline Send Email
Oct 2, 2007
3:07 pm
6893
Hi everyone! my question concerns the import-pcolors command. I understand that by using this command agents and patches can 'sense' the imported image. How...
auth1lag
Offline
Oct 2, 2007
3:08 pm
6894
Hi. I visited 2 web pages at http://ccl.northwestern.edu/netlogo/models/community/ and they seemed to have problems due to changes in 4.0. Why can't old models...
Ken Kahn
toontalk@...
Send Email
Oct 2, 2007
8:44 pm
6895
Hi auth, Its pretty straight forward, once you have imported the pcolors in your setup procedure, you just have to define the variables in another procedure. ...
David Moverley
d_moverley
Offline Send Email
Oct 2, 2007
8:45 pm
6896
Dear everyone, I encounter a question here as i am doing the visualization of "Ants" (free agents) walks in the "links" (the network) based on the product of...
JUNJUN YIN
yin.junjun
Offline Send Email
Oct 3, 2007
2:39 pm
6897
Hi, all. We are wondering if there are existent ways to run a "headless" version of a Netlogo model. We have looked at the hub-net client stuff, but that...
Ted Carmichael
tedsaid@...
Send Email
Oct 3, 2007
2:39 pm
6898
Hi! When you use import pcolors, the image is scaled to fit the patches, and the patches take their pcolors from the image. So, in your case, assuming an...
James Steiner
askturtlezero
Offline Send Email
Oct 3, 2007
2:40 pm
6899
Hi, I am needing an aid in the following one, I tried to make a function if 0 variable BE of patches will have something bigger that 128, it liberates this...
lcosta@...
Send Email
Oct 3, 2007
6:20 pm
6900
Hi, everyone. We are trying to port our project from Netlogo 3.1.4 to 4.0, and we have come across a couple of issues. We put in the following message loop...
Ted Carmichael
tedsaid@...
Send Email
Oct 4, 2007
1:11 am
6901
Hi, I am a system administrator at Urban Data Visualization Laboratory at University of Illinois at Chicago. I have a network of Linux systems having NFS. I...
Charanjith Reddy Kund...
kcharanjith
Offline Send Email
Oct 4, 2007
1:11 am
6902
Hi, guys ... has anyone here ever designed a model or altered Netlogo so that it runs on a multi-processor machine, or on a grid of computers? We were just...
Ted Carmichael
tedsaid@...
Send Email
Oct 4, 2007
1:11 am
6903
Hey, I´ve been having some problems latley in a NetLogo model. I am trying to build a model that conects economics growth and industrial...
daniel.tanis
daniel.tanis@...
Send Email
Oct 4, 2007
2:45 am
6904
Daniel, You can use turtles-here to access the parameters of turtles on the same patch: ask turtles [set color mean [color] of other turtles-here] Here, the...
Martin Jepsen
m_rudbeck
Offline Send Email
Oct 4, 2007
2:18 pm
6905
Hi everyone, Some months ago i got the netlogo file walkingOnLinks from the community and now i am using it for some visualization. It works fine, but i am...
JUNJUN YIN
yin.junjun
Offline Send Email
Oct 4, 2007
2:19 pm
6906
you can use this code foreach sort turtles [ ask ? [ show visited ] ]...
Esther Verreau
estherverreau
Offline Send Email
Oct 4, 2007
7:14 pm
6907
Hi Ted - I'm sure I understand exactly what your plan is but you can run NetLogo headless. It sounds like you're interested in the Controlling API ...
Esther Verreau
estherverreau
Offline Send Email
Oct 4, 2007
7:15 pm
6908
Hi, Ted! There is an Java API, and ways to run NetLogo headless, but I'm not as familiar with those issues to render any advice, so I'll pass on that, and let...
James Steiner
askturtlezero
Offline Send Email
Oct 4, 2007
7:15 pm
6909
Hi, Thanks a lot. it works good....
JUNJUN YIN
yin.junjun
Offline Send Email
Oct 5, 2007
11:30 am
6910
Daniel, Depends on exactly what you want to do, but turtles can see each other's information using the 'of' keyword: turtles-own [ ;; some variable x ] ;; this...
David O'Sullivan
d.osullivan@...
Send Email
Oct 5, 2007
11:30 am
6911
Junjun, To output data in a fixed order you need to use the sort function. This converts the turtles agentset into a list, which you iterate over with the...
David O'Sullivan
d.osullivan@...
Send Email
Oct 5, 2007
11:30 am
6912
I'm using NetLogo for teaching beginners about simulation modelling of network dynamics. There's existing code for random linking, and preferential...
jnpobox
Offline Send Email
Oct 5, 2007
11:31 am
6913
Dear All friends: I craet a vitual market system to simulate a so called "Cournot game". In my model, there are two companys in the market.In each period, the...
starterk2000
Offline
Oct 5, 2007
11:31 am
6914
Can anyone point me to any existing material or hints on teaching kids (e.g., a 12-year-old) the basics of programming in NetLogo? Thanks, Alan...
inspired042
AlanThomas@...
Send Email
Oct 6, 2007
2:29 am
6915
Dear, It needed to verify if patch where I am has one macrof and this to each 18 steps of time must try to kill one would bacteria present in patch, or if to...
lcosta@...
Send Email
Oct 6, 2007
2:29 am
6916
Dear everyone, I am thinking of print every pair of nodes in the network. From Node 1 to Node n, if any of them are linked, i will print them out in the ...
JUNJUN YIN
yin.junjun
Offline Send Email
Oct 6, 2007
2:29 am
Messages 6887 - 6916 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