<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Genetic Algorithms</title>
<meta name="AUTHOR" content="Jose M Vidal"></meta>
<meta name="GENERATOR" content="xslides.el, written by J.M. Vidal"></meta>
<link rel="stylesheet" type="text/css" href="../xslides-medwhite.css" title="White" media="all" />
 	    <link rel="alternate stylesheet" type="text/css" href="../xslides-medblue.css" title="Blue" media="all" />
 	    <link rel="alternate stylesheet" type="text/css" href="../xslides-usc.css" title="USCTheme" media="all" />
<script type="text/javascript" src="../scripts/stylehelper.js"></script>
</head>
<body>
<h1 class="slide">Genetic Algorithms</h1><div>
          This talk is based on 
      <ul>
	<li class="index">Tom M. Mitchell. <a title="Machine Learning
	book at Amazon" href="http://www.amazon.com/exec/obidos/ASIN/0070428077/multiagentcom/">Machine Learning.</a> McGraw Hill. 1997. Chapter 9.</li>
	
	<li class="index">and his <a href="http://www-2.cs.cmu.edu/~tom/mlbook-chapter-slides.html" title="Slides by Tom Mitchell on Machine Learning">slides</a>. </li>
      </ul>
    </div>
<hr class="separator"/> <div><ol>
<li class="index"><a href="introduction.xml" onclick="javascript:this.href=getURL('introduction.xml') ;return true;">Introduction</a></li>
<li class="index"><a href="geneticalgorithm.xml" onclick="javascript:this.href=getURL('geneticalgorithm.xml') ;return true;">Genetic Algorithm</a>
<ol><li class="index"><a href="representinghypothesis.xml" onclick="javascript:this.href=getURL('representinghypothesis.xml') ;return true;">Representing Hypothesis</a></li>
<li class="index"><a href="geneticoperators.xml" onclick="javascript:this.href=getURL('geneticoperators.xml') ;return true;">Genetic Operators</a></li>
<li class="index"><a href="fitnessandselection.xml" onclick="javascript:this.href=getURL('fitnessandselection.xml') ;return true;">Fitness and Selection</a></li>
</ol>
</li>
<li class="index"><a href="gabil.xml" onclick="javascript:this.href=getURL('gabil.xml') ;return true;">GABIL</a>
<ol><li class="index"><a href="vlbitstrings.xml" onclick="javascript:this.href=getURL('vlbitstrings.xml') ;return true;">Crossover with Variable-Length Bitstrings</a></li>
<li class="index"><a href="gabilextensions.xml" onclick="javascript:this.href=getURL('gabilextensions.xml') ;return true;">GABIL Extensions</a></li>
<li class="index"><a href="gabilresults.xml" onclick="javascript:this.href=getURL('gabilresults.xml') ;return true;">GABIL Results</a></li>
</ol>
</li>
<li class="index"><a href="hypothesisspacesearch.xml" onclick="javascript:this.href=getURL('hypothesisspacesearch.xml') ;return true;">Hypothesis Space Search</a>
<ol><li class="index"><a href="justselection.xml" onclick="javascript:this.href=getURL('justselection.xml') ;return true;">Just Selection</a></li>
<li class="index"><a href="schematheorem.xml" onclick="javascript:this.href=getURL('schematheorem.xml') ;return true;">Schema Theorem</a></li>
</ol>
</li>
<li class="index"><a href="geneticprogramming.xml" onclick="javascript:this.href=getURL('geneticprogramming.xml') ;return true;">Genetic Programming</a>
<ol><li class="index"><a href="gpexample.1.xml" onclick="javascript:this.href=getURL('gpexample.1.xml');return true;">GP Example</a><a href="gpexample.xml" onclick="javascript:this.href=getURL('gpexample.xml');return true;">*</a></li>
<li class="index"><a href="gpexamplecircuits.xml" onclick="javascript:this.href=getURL('gpexamplecircuits.xml') ;return true;">GP Example: Circuits</a></li>
</ol>
</li>
<li class="index"><a href="biologicalevolution.xml" onclick="javascript:this.href=getURL('biologicalevolution.xml') ;return true;">Biological Evolution</a></li>
<li class="index"><a href="summary.xml" onclick="javascript:this.href=getURL('summary.xml') ;return true;">Summary</a></li>
</ol>

<a href="allslides.xml">All in one page</a><br/><a href="frameindex.xml">Index on left</a>
<hr class="bottom" />
<table class="footer" cellspacing="0" cellpadding="0" border="0" width="97%" summary="footer">
<tr valign="bottom">
<td><p class="author">Copyright &copy; 2003 <a href="../../index.html">Jos&eacute; M. Vidal</a>
<a class="remote" href=" http://validator.w3.org/check?uri=http://jmvidal.cse.sc.edu/talks/geneticalgorithms/index.xml">.</a>
 All rights reserved.</p></td>
<td align="right"><p class="index">01 April 2003, 11:17AM</p></td>
</tr>
</table>
</div>
</body>
</html>