<%@ 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-322

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

Gary Meehan, Fuzzy Functional Programming (April 1, 1997).

Abstract

This report aims to motivate the implementation of fuzzy logic in functional programming in a variety of areas. It includes reasoning using fuzzy logic and fuzzy subsets. and fuzzy expert systems. We show that a functional environment is a natural setting for fuzzy logic, yielding fuzzy programs that are compact, neat, readable and easily adaptable.

Download

cs-rr-322.ps.gz

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