Galapagos
A Genetic Algorithm Framework in Java
Home

...by Andy Meneely
in his Senior Project at Calvin College.

Galapagos Examples
  1. IntGenome
    Problem: Guess a number out of an arbitrarily large search space.
    Very simple problem used to introduce the framework
  2. CompGenome
    Problem: Same as IntGenome, only not quantifying the fitness
    Demonstrates a Comparator-only example
  3. SineGenome
    Problem: Find the global maximum of a complicated, bivariate function with many local maxima.
    Demonstrates a continuous-space search
  4. Diophantine Equations
    Problem: Find integer solutions to a linear equation with arbitrary number of variables.
    Shows many convergences.
Page last updated: February 20, 2006