|
Class Summary |
| ClientGrid |
2D grid containing client (island) records. |
| ClientRecord |
A client record holds information about the client's current state such as its best individual,
its id (position in the grid) its current generations, next migrating individual, etc... |
| ClientRecordForm |
This code is used to create the getPanel method in the ClientRecord object. |
| EmptySnapshotPainter |
Paints an empty panel, always. |
| IslandsEvoGUI |
The GUI that pops-up on the client. |
| IslandsEvoGUIForm |
Form used to create IslandsEvoGUI. |
| IslandsEvolutionServer |
Server that can be used with any GA application to make it distributed via the
Island based Coevolution model. |
| IslandsEvolutionServerWrapper |
|
| IslandsJDBC |
This class allows the interaction between the Islands Server and a MySQL database. |