|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MigrationTopology | |
---|---|
es.udc.gii.common.eaf.algorithm.parallel.migration | |
es.udc.gii.common.eaf.algorithm.parallel.topology.migration |
Uses of MigrationTopology in es.udc.gii.common.eaf.algorithm.parallel.migration |
---|
Fields in es.udc.gii.common.eaf.algorithm.parallel.migration declared as MigrationTopology | |
---|---|
private MigrationTopology |
MigrationOperator.topology
The topology that connects the islands. |
Methods in es.udc.gii.common.eaf.algorithm.parallel.migration that return MigrationTopology | |
---|---|
MigrationTopology |
MigrationOperator.getMigrationTopology()
|
Methods in es.udc.gii.common.eaf.algorithm.parallel.migration with parameters of type MigrationTopology | |
---|---|
void |
MigrationOperator.setMigrationTopology(MigrationTopology topology)
|
Constructors in es.udc.gii.common.eaf.algorithm.parallel.migration with parameters of type MigrationTopology | |
---|---|
MigrationOperator(MigrationTopology topology,
MigCullingStrategy migCullingStrategy,
MigSelectionStrategy migSelectionStrategy,
MigAcceptancePolicy migAcceptancePolicy,
int migrationFrequecy)
Creates a new instance of MigrationOperator. |
Uses of MigrationTopology in es.udc.gii.common.eaf.algorithm.parallel.topology.migration |
---|
Subclasses of MigrationTopology 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |