how to implement a NetLogo-style diffuse
in Mesa
#1131
Unanswered
NickleDave
asked this question in
Q&A
Replies: 1 comment
-
Ironically, alot of mesa users are coming from netlogo. It may be good to have a Netlogo equivalent dictionary for MESA. I am searching for an equivalent import-drawing function. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm working with some NetLogo models that use the command
diffuse
:http://ccl.northwestern.edu/netlogo/docs/dict/diffuse.html
Are there any existing
mesa
implementations of this command?I did a search and didn't find anything.
Now that I actually read their docs, it looks like this is basically a method you execute at the
Model
level that tells a bunch ofAgent
s to update each other:I can definitely try implementing something like that, but thought I'd ask here too.
Beta Was this translation helpful? Give feedback.
All reactions