Agents |
Reflections on Agent-Based Simulation Modelling
I have recently implemented my first agent based simulation model and many of the high level choices and design decisions will be applicable to anyone looking to produce a similar simulation model. | Ben Wootton
| 04/12/2004
|
Applications/Code  |
Artificial Life through Java Examples
A look at several popular artificial life cellular automata with example Java applets. | James Matthews
| 02/12/2004
|
Cellular Automata with the Generation5 JDK
A look at how to create cellular automata examples using the Generation5 JDK. This article uses the dictyostelium slime mold simulation as a case-study. | James Matthews
| 19/08/2004
|
Conway's Game of Life Application (Delphi)
A Win32 Delphi application that runs Conway's Game of Life in a small window. | Michiel van Oudheusden
Data file only | 27/10/2002
|
Slime Mold Simulation - Java Applet
An Artificial Life example simulating simple slime mold cells. | James Matthews
| 15/09/2002
|
L-Systems Explorer
Not strictly ALife, L-Systems can create realistic looking plant structures using simple recursive rules. LSE allows you to explore such rules. | James Matthews
| 09/08/2002
|
CA Creator
A very simple program designed to create small 1D cellular automata that Stephen Wolfram studied. | James Matthews
| 03/10/2000
|
Beginner  |
Cellular Automata Explained
A simple introduction to 1D and 2D cellular automata and their significance. | James Matthews
| 26/06/2005
|
How To Get Started with Artificial Life
This essay merely scratches the surface of ALife by looking at flocking and virtual worlds. | James Matthews
| 25/01/2002
|
An Introduction to Artificial Life
A basic look at Alife, Cellular Automata and behavioural animation. | James Matthews
| 24/02/2000
|
Bio-Inspired Computing |
Modelling Bacterium using the JDK
Looks at how to model bacterium and the fractal formations they make using the Generation5 JDK. | James Matthews
| 19/03/2007
|
Modelling Bacterium using the JDK
Looks at how to model bacterium and the fractal formations they make using the Generation5 JDK. | James Matthews
| 19/03/2007
|
Cellular Automata |
Cellection Sort
Cellection Sort is the result of the application of Cellection Framework for sorting problems | P. GopalaKrishna
| 02/03/2004
|
Cellection - A Problem Solving Framework for Computational Functions
Looks at using cellular automata as a programmable matter. | P. GopalaKrishna
| 22/11/2003
|
L-Systems |
L-Systems Tutorial Using Java
This article will look at Lindenmeyer Systems using Java applets. | James Matthews
| 21/02/2004
|
Projects  |
Conway's Game of Life Project
Create a simple program that runs Conway's Game of Life | James Matthews
| 16/05/2000
|