Showing posts with label agent-based model. Show all posts
Showing posts with label agent-based model. Show all posts

Saturday, October 25, 2025

Agents.jl vs. Vanaha.jl

 Some very informative discussions here.

Saturday, November 16, 2024

Interactive visualization using Agents.jl

 From this post, it is straightforward to create an interactive interface that is similar to the one found in Netlogo. 

Thursday, February 01, 2024

ABM using Julia

Just spent some time with Agents.jl, then I discovered EasyABM.jl, which looks and works more like NetLogo. 

Saturday, December 28, 2019

NetLogo

I enjoyed reading the book Agent-Based Modeling & Geographical Information Systems. I first got interested in agent-based modeling around 1999. At that time, the only software platform for this kind of modeling is Mathematica. Now with free and open source software like NetLogo, it is much easier to translate ideas into executable code and see the results.

A large number of agent-based models have been developed. OpenABM is an online repository for such models, the majority of which were developed in NetLogo.

Monday, February 05, 2018

NetLogoR

NetLogoR is the first serious ABS system implemented in pure R language, and it is based on the proven NetLogo framework.

Sunday, September 08, 2013

RNetLogo

The RNetLogo package is a small piece of wonder. One can conduct agent-based simulation, try different model parameters, and then collect and conduct statistical analysis of the simulation results.

Friday, August 16, 2013

Repast

A new version of the Repast agent-based simulation toolkit was just released!

Monday, June 10, 2013

Using Rcpp in agent-based models

Here is an example. The Rcpp code has to be slightly modified to run on my Mint linux machine.

Counter