Description file for Agent Based Model in Swarm Intelligence paper - Scale Invariance of Immune System Response Rates and Times: Perspectives on Immune System Architecture and Implications for Artificial Immune Systems, S. Banerjee & M. Moses, Swarm Intelligence,Vol. 4(4), pp. 301-318

The ABM model is here: definition file and init file. I use a very versatile ABM called CyCells available for free download here. To run this in CyCells, install CyCells in a folder and paste these 2 files in the same folder. Then run the following command: ./CyCells -d mys29.def -i mys29.init -t 10000 The -t specifies the number of time steps that it has to run. The simulation produces a file (test.history) which has the data from the run.