<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-233

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

I.D. Craig, The New Implementation of Cassandra (October 1, 1992).

Abstract

This paper describes our new, EuLisp, implementation of our CASSANDRA multi-agent architecture. Starting with a basic collection of structures, we constructed a sequential, a concurrent and a fully distributed version of the architecture. Each version was tested using the word recognition problem of Rumelhart and McClelland (the same problem we used to test previous versions of the architecture). We report on each of these versions and briefly describe our approach and experiences.

<%@ include file="hardcopy.html" %> <%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>