CS63 Fall 1005
Lab 10: Experimenting with Genetic Algorithms
In class exercise only, nothing to handin

CONTENTS


INTRODUCTION

In this lab you will learn how to use Pyro's implementation of various evolutionary algorithms. You will then perform a series of experiments to better understand how the parameters of a GA affect its ability to find solutions. You will also compare a GA to a simpler hill climbing method. These exercises are adapted from Melanie Mitchell's An Introduction to Genetic Algorithms.


LAB INSTRUCTIONS