|
Class Summary |
| AbstractIslandExchangeServer<D extends IslandInfo> |
Base class for island exchange servers. |
| InterPopulationExchange |
InterPopulationExchange is an Exchanger which implements a simple exchanger
between subpopulations. |
| IslandExchange |
IslandExchange is an Exchanger which
implements a simple but quite functional asynchronous
island model for doing massive parallel distribution of evolution across
beowulf clusters. |
| IslandExchangeServer |
The IslandExchangeServer is the class that manages the main server that coordinates all the islands. |
| IslandExchangeServer.IslandExchangeIslandInfo |
A class indicating all the information the server knows about
a given island, including its mod, size, offset, and all the
migrating islands it hooks to, etc. |
| IslandInfo |
Describes one island and the network of islands it exchanges individuals
with. |