|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MigSelectionStrategy | |
---|---|
es.udc.gii.common.eaf.algorithm.parallel.migration | |
es.udc.gii.common.eaf.algorithm.parallel.migration.selection |
Uses of MigSelectionStrategy in es.udc.gii.common.eaf.algorithm.parallel.migration |
---|
Fields in es.udc.gii.common.eaf.algorithm.parallel.migration declared as MigSelectionStrategy | |
---|---|
private MigSelectionStrategy |
MigrationOperator.migSelectionStrategy
The strategy to follow for selecting those individuals to send to other islands. |
Methods in es.udc.gii.common.eaf.algorithm.parallel.migration that return MigSelectionStrategy | |
---|---|
MigSelectionStrategy |
MigrationOperator.getMigSelectionStrategy()
|
Methods in es.udc.gii.common.eaf.algorithm.parallel.migration with parameters of type MigSelectionStrategy | |
---|---|
void |
MigrationOperator.setMigSelectionStrategy(MigSelectionStrategy migSelectionStrategy)
|
Constructors in es.udc.gii.common.eaf.algorithm.parallel.migration with parameters of type MigSelectionStrategy | |
---|---|
MigrationOperator(MigrationTopology topology,
MigCullingStrategy migCullingStrategy,
MigSelectionStrategy migSelectionStrategy,
MigAcceptancePolicy migAcceptancePolicy,
int migrationFrequecy)
Creates a new instance of MigrationOperator. |
Uses of MigSelectionStrategy in es.udc.gii.common.eaf.algorithm.parallel.migration.selection |
---|
Classes in es.udc.gii.common.eaf.algorithm.parallel.migration.selection that implement MigSelectionStrategy | |
---|---|
class |
BestMigration
A selection strategy for selecting the best individuals of the current population for migrating to other islands. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |