|
Watchmaker Framework for Evolutionary Computation API (Version 0.7.1) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of entity being evolved.public interface IslandEvolutionObserver<T>
A specialisation of EvolutionObserver
that, as well as
receiving global population updates (at the end of each epoch), can receive individual island
population updates (at the end of each generation on each island).
Method Summary | |
---|---|
void |
islandPopulationUpdate(int islandIndex,
PopulationData<? extends T> data)
Method called to notify the listener of the state of the population of an individual island. |
Methods inherited from interface org.uncommons.watchmaker.framework.EvolutionObserver |
---|
populationUpdate |
Method Detail |
---|
void islandPopulationUpdate(int islandIndex, PopulationData<? extends T> data)
islandIndex
- Identifies which individual island the data comes from.
Indices start at zero and are sequential.data
- The latest data from the evolution on the specified island.
|
Watchmaker Framework for Evolutionary Computation API (Version 0.7.1) |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |