Package of agent-based models used in 

Weidmann, Nils B. and Girardin, Luc.
Technical Note: Evaluating Java Development Kits 
for Agent-based Modeling
submitted to JASSS, Feb. 2005

How to use this package
---------------------------------------
0) 
You need to have ant installed on your system
see http://ant.apache.org/

1) 
Edit the buildfile benchmarking.xml and specify 
the location of your JDK and the command line
options for the 'java' command

2) 
Execute the 'run' ant task by typing something like this:
> ant -f benchmarking.xml run

3) 
Result files can be found in the 'data' directory


Optional
---------------------------------------
You can specify the model to be run by replacing
'run' by 'run.module.gridipd' or 'run.module.schelling'
in step 2)

There is as well a 'clean.output' ant task which removes all 
result files from the 'data' directory.


Libraries shipped in this package
---------------------------------------
RePast 2.2 (http://repast.sourceforge.net/)
Colt 1.0.3 (http://nicewww.cern.ch/~hoschek/colt/index.htm)
Trove 


Contact
---------------------------------------
Nils Weidmann <weidmann@icr.gess.ethz.ch>

