%@ 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" %>
I.D. Craig, The Role of Formal Specification in Rule-Based Real-Time AI (Extended Abstract) (September 1, 1991).
This paper describes the role of formal specification in the development of AI systems: it is seen as an important step in the development of reliable real-time AI systems. It discusses some of the issues involved in formal specification and their relationship to current practise and theory. Three completed specifications are described. The paper describes the use of formal methods in the development of AI interpreters and relates formal methods at this level to work in knowledge representation. The role of formal specification in the modelling of experimental systems is also discussed.
<%@ include file="hardcopy.html" %> <%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>