Fred,
This is an old thread, but did you end up using Repast, Mason, or another
Java library with Clojure? I've been doing agent-based modeling in NetLogo
and pure Clojure separately, but would be interested in exploring a more
integrated approach.
I have written a proof-of-concept NetLogo
I've been programming agent-based models in clojure for the last 2 years,
and I've found that having a vector full of refs works fine. If two
individuals interact (in my case, form a relationship), I use dosync and
alter in a parallel environment to ensure that noone is starting more
relationsh
I don't know much about Agent-Based Modeling, but is it possible you could
use Clojure's built-in features, like Agents and Refs, for your application?
The old "ants" demo in Clojure is a simple agent-based simulation.
-Stuart Sierra
clojure.com
--
You received this message because you are su
Hi Fred,
I've just finished prototyping clj-breve (http://spiderland.org/)
everything works but the integration isn't as elegant as I would like,
hence why I haven't released it yet. The current paradigm for using
clj-breve is to develop models in Clojure then export to breve. More
details when I
Hi,
I've been surveying some agent based modeling systems for use in a
project I am doing in clojure. I've narrowed down the list to those
below. I am wondering if anybody here has experience with these or has
any thoughts about choosing one over the other for use with clojure. I
will probably wr