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

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

L.A. Goldberg, W.E. Hart and D.B. Wilson, Learning Foraging Thresholds for Lizards (January 1, 1996).

Abstract

This work gives a proof of convergence for a randomized learning algorithm that describes how anoles (lizards found in the Carribean) learn a foraging threshold distance. The model assumes that an anole will pursue a prey if and only if it is within this threshold of the anole's perch. This learning algorithm was proposed by the biologist Roughgarden and his colleagues. They experimentally confirmed that this algorithm quickly converges to the foraging threshold that is predicted by optimal foraging theory. Our analysis provides an analytic confirmation that the learning algorithm converges to this optimal foraging threshold with high probability.

<%@ include file="cited.html" %>

L.A. Goldberg, W.E. Hart and D.B. Wilson, "Analysis of a simple learning algorithm: Learning foraging thresholds for lizards", Proceedings of COLT, pp. 2-9 (1996)

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