Uses of Class
es.udc.gii.common.eaf.algorithm.parallel.topology.Topology

Packages that use Topology
es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation   
es.udc.gii.common.eaf.algorithm.parallel.topology.migration   
 

Uses of Topology in es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation
 

Subclasses of Topology in es.udc.gii.common.eaf.algorithm.parallel.topology.evaluation
 class EvaluationTopology
          A evaluation topology is used by a DistributedEvaluation and hides the details of the underlying distributed evironment.
 

Uses of Topology in es.udc.gii.common.eaf.algorithm.parallel.topology.migration
 

Subclasses of Topology in es.udc.gii.common.eaf.algorithm.parallel.topology.migration
 class FullConnectedMigrationTopology
          A full connected migration topology is a migration topology where each node is connected to each other node.
 class GridMigrationTopology
          A grid migration topology is a migration topology where the nodes are arranged in a (perhaps multidimensional) grid.
 class MigrationTopology
          A migration topology is a topology that encapsulates the comunication between islands in an island model (parallel evolutionary algorithm).