Computer Science 394
Special Topics
Artificial Life
Dickinson College
Spring Semester 2007
Grant Braught
Introduction
Reading Assignment 
- Packard, N. & Bedau, M. (2003). Artificial Life. In Encyclopedia of Cognitive Science vol. 1 (pp. 209-215). New York:Macmillan Reference Ltd.
- Langton, C. (1988). Artificial Life. In C. Langton (Ed.), Artificial Life (pp. 1-47). Redwood City: Addison-Wesley.
Homework Assignment 
Related Web Sites 
Sample Code 
- dlife.zip: The
dlife package that we will be using for some of the programming assignments in this course.
- MyAgent.java: An example of how to create a sub-class of the
dlife.examples.simpleworld.SimpleWorldAgent class.