Class SingleNeighborMigration
java.lang.Object
org.moeaframework.parallel.island.migration.SingleNeighborMigration
- All Implemented Interfaces:
Migration
Migration strategy that sends migrants to exactly one neighboring island each iteration.
-
Constructor Summary
ConstructorDescriptionSingleNeighborMigration
(int size, Selection selection) Creates a new one-way migration strategy. -
Method Summary
-
Constructor Details
-
SingleNeighborMigration
Creates a new one-way migration strategy.- Parameters:
size
- the number of solutions migrated each iterationselection
- the process for selecting emigrants
-
-
Method Details