Note from the ModelDB Administrator: The below was a copy of the web page http://www.lucs.lu.se/Downloads/ accessed Nov. 13th, 2008. The 2004 Deilphila Source Code can be compiled and run under linux with the commands:
g++ Deilphila.cc
./a.out 1
./a.out 2
./a.out 3

Downloads

Software by Christian Balkenius:

Ikaraos Ikaraos Download Page An infrastructure for system-level brain modeling. Authors: Contributions by more than 20 people. Added 2003-11-21
Macoglossum Source Code C++ Source Source code for simulations reported at SAB06. Authors: Christian Balkenius and Anna Balkenius. Added 2006-10-21
Deilephila Source Code C++ Source Source code for simulations reported at SAB02 and in Adaptive Behavior, 2003. Authors: Christian Balkenius and Anna Balkenius. Added 2003-07-24
GridLearning Mac OS 9 A simple reinforcement learning implementation. Written in 1996.
BERRY III Mac OS 9 Simulator used in my PhD thesis. Written in 1993-1995. IMPORTANT: Use the NO-FPU version on OS X with Classic. Unlikely to run on any computer as of 2008.
BERRY III Source Code THINK Pascal This is the source code for BERRY III written in Object Pascal. It uses many features of now discontinued THINK Pascal and is unlikely to compile with anything else. An incomplete C++ port of some parts is included.