%@ 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" %>
J.R. Thomas and A.G. Cohn, An Expert System for Hollow Extrusion Die Design (October 1, 1989).
This report is based upon a project to develop a prototype expert system to design hollow extrusion dies. Input to the system consisted of a cross sectional representation of the required extruded shape. Previous reserach has concentrated on critiquing existing designs for possible areas of manufacturing difficulty but until now no one has attempted to automate the design process itself. Problems in building such a system are centred on representing and performing the required spatial reasoning, and inproducing a design which meet various conflicting design goals. Output from the prototype system consists of one or more designs which satisfied the constraints for the extrusion die. Further system development is required in order to identify the optimal design when more than one design is produced and to increasing the efficiency of the implementation.
<%@ include file="cited.html" %>J.R. Thomas and A.G. Cohn, "An Expert System for Hollow Extrusion Die Design", Artificial Intelligence and Expert Systems in Manufacturing, IFS, Kempston, pp. 307-314 (1990)
<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>