Chapter 2: GAs in Problem Solving

Section 2.2: Data Analysis and Prediction

Predicting Dynamical Systems

An abstract version of the problem can be thought of as trying to predict xn+1, given x1, x2, ... xn where the subscripts often indicate time.

Meyer and Packard used the following GA to predict blood flow:

  1. Randomly generate some condition sets.
  2. Evaluate the fitness of each condition set.
  3. Rank the population fitness.
  4. Replace some fraction of the lower-fitness individuals with new condition sets obtained by applying uniform crossover and mutation.
  5. Go to step 2.

A typical condition set might look something like this: [(2.0 ≤ x1 ≤ 3.0) and (10.0 ≤ x7 ≤ 15.0)].

Experiment

Predicting Protein Structure

You are not responsible for this subsection.

Section 2.3: Evolving Neural Networks

GAs have been used to

You are responsible for understanding the details of this section. We do not have time to cover the details in class.

Valid XHTML 1.0!