A C D G I M P R S

G

GA - class com.caplet.manna.GA.
The genetic algorithm itself.
GA() - Constructor for class com.caplet.manna.GA
Creates and initializes a GA to default values.
GAPainter - class com.caplet.manna.GAPainter.
Does the evolution, and displays the results, in a separate thread than the rest of the applet.
GAPainter(GA[]) - Constructor for class com.caplet.manna.GAPainter
Give it the array of GAs it should evolve.
go() - Method in class com.caplet.manna.GAPainter
Let the evolution resume (or commence)

A C D G I M P R S