|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDistributedEvolutionaryAlgorithmsFramework.Topology
public abstract class Topology
Abstract class for island topologies
| Field Summary | |
|---|---|
protected int |
islandsNumber
Number of islands |
| Constructor Summary | |
|---|---|
Topology(int islands)
|
|
| Method Summary | |
|---|---|
abstract int[] |
get(int n)
Get array of indexes of island for population to migrate to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int islandsNumber
| Constructor Detail |
|---|
public Topology(int islands)
islands - Number of islands| Method Detail |
|---|
public abstract int[] get(int n)
n - index of curtent island
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||